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

Support SOCKS proxy #11

Open
adamtimmins opened this issue Feb 22, 2019 · 5 comments
Open

Support SOCKS proxy #11

adamtimmins opened this issue Feb 22, 2019 · 5 comments

Comments

@adamtimmins
Copy link

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,

@albinowax
Copy link
Contributor

albinowax commented Feb 22, 2019

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.

@adamtimmins
Copy link
Author

Thanks James this works,

Keep up the great work!
👍

@putravenkataraju164
Copy link

putravenkataraju164 commented Apr 18, 2022

@albinowax
Copy link
Contributor

On further reflection, it looks like adding SOCKS support for the Threaded engine is fairly simple so I will tackle this at some point

@albinowax albinowax reopened this Feb 27, 2023
@albinowax albinowax changed the title Upstream Proxy Support SOCKS proxy Feb 27, 2023
@joyas11
Copy link

joyas11 commented Aug 19, 2024

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

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

No branches or pull requests

4 participants