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

Making it compatible with Whonix #56

Closed deelings closed 11 months ago

deelings commented 7 years ago

Right now it's not possible to run exitmap in Whonix,

2017-03-13 12:43:09,944 exitmap [INFO] Attempting to invoke Tor process in directory "/tmp/exitmap_tor_datadir-user".  This might take a while.
2017-03-13 12:43:09,944 exitmap [INFO] No first hop given.  Using randomly determined first hops for circuits.
2017-03-13 12:43:09,982 exitmap [ERROR] Couldn't launch Tor: Process terminated: Timed out.  Maybe try again?
NullHypothesis commented 7 years ago

Reads like the tor process didn't finish bootstrapping in time. You could increase the timeout and try again? https://github.com/NullHypothesis/exitmap/blob/0423c4d557fcefeb6a9d9b8e42d1285a838e8d50/src/exitmap.py#L82

Turkirafaa commented 4 years ago

I have the same problem and i increase the timeout but it's the same

liyang154 commented 3 years ago

exitmap Did you solve this problem?

liyang154 commented 3 years ago

I have the same problem and i increase the timeout but it's the same Did you solve this problem?