Good morning,
I am trying to intercept TOR browser traffic through the BurpSuite proxy.
My configuration in the TOR browser is as follows:
Options > Advanced > Red > Settings > I select Configure Proxy Manual, adding:
HTTP Proxy: 127.0.0.1 Port: 8080
SOCKS host: 127.0.0.1 Port: 9150
And the configuration in Burp would be:
On the options tab:
SOCKS Proxy - > add 127.0.0.1:9150 (selecting "Use SOCKS proxy" and "do DNS lookups over SOCKS proxy")
And in the Proxy tab> Options:
Proxy listeners - > 127.0.0.1:8080
Here is one of my problems, because if in proxy Listeners I put port 9150, I get a Brup alert with the following error:
Failed to start proxy service on 127.0.0.1:9150. Check if another service is already using this port.
It's obviously being used by TOR but I'm surprised that I can not put a listener on that port.
If anyone knows any way to solve this problem, since I have been standing at this point for a few days. Greetings and thanks !!!