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

adding patchingCheck #8

Closed secretsquirrel closed 9 years ago

secretsquirrel commented 9 years ago

Module to check exit nodes for modified binaries.

NullHypothesis commented 9 years ago

Thanks for the changes, I think that's fine for now. I'm thinking about modifying it in the future so that it runs without any setup but it's good for now. Also, I hope that the API was intuitive. I haven't had anyone writing a module before so please tell me if anything confused you.

secretsquirrel commented 9 years ago

Thanks! I went off of checktest.py module mostly.

I thought about just feeding the module a single url (or a list), it would then download it/them outside of tor and that would be all you need to edit the module.

I did not see any API exposure that would allow me to do that specifically.