NullHypothesis / exitmap

A fast and modular scanner for Tor exit relays. The canonical repository (including issue tracker) is at https://gitlab.torproject.org/tpo/network-health/exitmap
https://www.cs.kau.se/philwint/spoiled_onions/
GNU General Public License v3.0
454 stars 107 forks source link

Provide API to mimic TorBrowser HTTP requests #17

Closed NullHypothesis closed 9 years ago

NullHypothesis commented 9 years ago

Sometimes, we want to issue HTTP requests. Passive adversaries should have a hard time distinguishing our HTTP requests (fairly obvious user agent) from TorBrowser requests. Instead of dealing with this issue in every module independently, there should be an API for that. Adding the necessary HTTP headers using urllib2's add_header() methods might be good enough.

NullHypothesis commented 9 years ago

Fixed in ba0ee0c27bd08a07d67f517c60aae273a1418ead.