How to run gobuster with socks5 - kdaisho/Blog GitHub Wiki
If you want to run Gobuster with proxychains, appending proxychains gobuster ...
like you would with mitmproxy won't work. Your real IP will still be exposed.
Steps to run Gobuster through Tor:
- First, make sure Tor is running:
sudo systemctl start tor
- Now, you can run Gobuster with the following command, using the --proxy option to route traffic through the Tor network (via SOCKS5)
gobuster dir --proxy socks5://127.0.0.1:9050 -u https://daishodesign.com -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt