stefan2904 / exitmap

Performs a task over (a subset of) all Tor exit relays.
http://www.cs.kau.se/philwint/spoiled_onions/
GNU General Public License v3.0
0 stars 0 forks source link

Cleanup (& split?) code #5

Closed stefan2904 closed 8 years ago

stefan2904 commented 8 years ago

I propose to split the script:

bin/initcertcheck

Self-contained script, that iterates over the input file, verifies the cert and logs the fingerprint of those domains for which the cert was invalid.

src/modules/certcheck.py

Self-contained script, that iterates over the file generated by the other script and for all exit nodes compares the fingerprints. It logs mismatches. I does not do any cert validation.