You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: