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

Run the server independent of Burp suite #65

Open
tarunadvani1998 opened this issue Mar 25, 2024 · 1 comment
Open

Run the server independent of Burp suite #65

tarunadvani1998 opened this issue Mar 25, 2024 · 1 comment

Comments

@tarunadvani1998
Copy link

Sometimes the Burp Suite extension crashes when I load this as a Burp Extension. I was wondering if it is possible to start the Go Server independently, and then use it as an upstream server, for only a subset of domains/subdomains. If we could have some documentation around it, and how to provide the config to the server, it would be awesome. Thank you for this awesome extension btw!

@sleeyax
Copy link
Owner

sleeyax commented Mar 26, 2024

By design it's not possible to run the server separately. It's contained within the jar file for simplicity and portability reasons. However if you really want to you could compile and run the server locally from source and point your listener address port to it.

But I suppose you want a mode to run it as an upstream proxy server, right? That's currently not supported but could probably be added. The server can still work the same way, self contained and spawned by the java side, but instead also accept proxy connections. I'd be happy to accept a PR for this.

Sometimes the Burp Suite extension crashes when I load this as a Burp Extension.

Sounds like a separate issue that's unrelated nor solvable by the rest of your request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants