Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Burp pro licence support for my-resources #109

Open
wlayzz opened this issue Feb 28, 2023 · 2 comments · Fixed by #123
Open

Burp pro licence support for my-resources #109

wlayzz opened this issue Feb 28, 2023 · 2 comments · Fixed by #123
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wlayzz
Copy link
Contributor

wlayzz commented Feb 28, 2023

The needs

  • Import the CA of burp in firefox
  • Import the licence for burp pro.

Trust Burp CA in firefox during container creation

Description

The CA of BurpCommunity and BurpPro is imported in firefox during container creation.
User can import their own CA to work with the burp on their host, this can be done with the feature my-resources.
If the CA is missing in my-resources, the CA is generated at the launch of container for security reason and imported in firefox.

The configuration must be done in load_supported_config.sh or entrypoint.sh.

cf. #107 (comment)

Open to suggestions

Burp pro

Description

  • Installation of burp pro: The installation can be done with a jar / installer deposited by the user in my-resources
  • Import of licence: The configuration must be done in load_supported_config.sh or entrypoint.sh.
@wlayzz wlayzz self-assigned this Feb 28, 2023
@wlayzz wlayzz added enhancement New feature or request help wanted Extra attention is needed labels Feb 28, 2023
@ml-mf
Copy link

ml-mf commented Mar 27, 2023

Interested in this too... Have you started working on the licence/install part?
I might give it a try if you are not currently working on this issue.

@ShutdownRepo ShutdownRepo linked a pull request Jun 9, 2023 that will close this issue
@ShutdownRepo ShutdownRepo changed the title Burp support for my-resources Burp pro licence support for my-resources Oct 24, 2023
@QU35T-code QU35T-code reopened this Oct 25, 2023
@LeGouffre
Copy link

Hello, i "share" my burp pro, host installation with my exegol instance.
i use that inside my load_user_setup.sh

useradd -m -G root [hostusername]
ln -s /opt/my-resources/setup/BurpSuitePro /home/[hostusername]/
ln -s /opt/my-resources/setup/.BurpSuite /home/[hostusername]/
ln -s /opt/my-resources/setup/.java /home/[hostusername]/

All inside /opt/my-resrouces/setup/[burp,.java,.burp] are copy from my host.
I run it with sudo -u [hostusername] /home/[hostusername]/BurpSuitePro/BurpSuitePro.

The important thing is to get the username who runs burp pro and the path for .BurpSuitePro, .java folders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants