exitmap
exitmap copied to clipboard
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
Makes flake8 standard lint tool - adds .flake8 to establish lint rules - adds flake8 to dev reqs - adds flake8 script to travis build The ensuing travis build should...
Contains a new module `advancedBinaryIntegrity` which checks for binary integrity by downloading windows installers from cnet.com and filehippo.com over Tor Browser. Changes to `eventhandler.py` were necessary to allow circuits to...
When the exit relay returns IPv6 addresses for a tested domain the dnspoison module claims to have found a DNS poisoning exit, but this is a false positive since the...
We should investigate to which degree we can use Tor Browser programmatically instead of just mimicing its request headers. That would help us detect attacks that target Tor Browser.
This ticket is to detect Tor Exit doing sniffing by passively detecting HTML link/url/js/css parsers & viewer by unique DNS. The idea is to generate HTML content over HTTP that...
We should log the exit relays for which we were unable to create circuits during a scan. Perhaps this information should even be logged to disk, so it's easier to...
Relays can lie about their exit policy, e.g., they claim that they exit to port 80 and 443, but won't actually do it when they receive data from clients. We...
This ticket is to Improve transparent HTTP proxy detection with SSL test on port 80 as described on https://trac.torproject.org/projects/tor/ticket/2697 . phw: naif: so far, there's only a module that looks...