How could I detect someone running a Tor bridge inside my local network? I guess I could use a Tor client and try all the IPs to see if they work as a bridge. Is there a faster solution? Maybe using nmap somehow? I am a normal user inside the network, so I don't control any switch, etc.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Try wireshark/tcpdump, the dumps can be sorted for encrypted packets. Then just look for patterns. Why are you looking for a bridge if you are not the admin? |
|||||||
|
|
A bridge is a way for external Internet users to access the Tor network. You could focus the testing to the external accessible IPs of your network. A lot of research remains on how to hide bridges better and experiments is good. Learn more about bridges here https://trac.torproject.org/projects/tor/search?q=bridge |
|||||
|