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

Add support for continuous scanning #7

Closed NullHypothesis closed 11 months ago

NullHypothesis commented 10 years ago

In addition to one-off scans, it would be great to have support for continuous scanning. exitmap should then download the hourly consensus and have a smart way to scan new relays and re-scan existing relays.

arlolra commented 10 years ago

I'm working on something very similar here: https://github.com/arlolra/exitaddr

NullHypothesis commented 9 years ago

There are a bunch of things to balance here:

I'll start working on a branch.