-
Notifications
You must be signed in to change notification settings - Fork 215
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
Support SOCKS proxy #11
Comments
Turbo Intruder uses its own network stack by default which doesn't support upstream proxies. I don't plan to ever code support for this because proxies remove most of the speed benefits anyway. That said, you can make turbo intruder use burp's network stack by adding engine=Engine.BURP or BURP2 to the RequestEngine constructor in your python snippet. This will make it respect your Burp proxy configuration. |
Thanks James this works, Keep up the great work! |
On further reflection, it looks like adding SOCKS support for the Threaded engine is fairly simple so I will tackle this at some point |
how |
Is there anyway to get Turbo Intruder to go through the upstream proxy configuration?
Everytime I run the tool with this configured all I can see in the logs are thread connection failures.
Cheers,
The text was updated successfully, but these errors were encountered: