[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #14974 [Onionoo]: Onionoo should output full tor-exit-address
#14974: Onionoo should output full tor-exit-address
-----------------------------+-------------------------------
Reporter: naif | Owner:
Type: enhancement | Status: needs_information
Priority: normal | Milestone:
Component: Onionoo | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
-----------------------------+-------------------------------
Comment (by naif):
$ wget
'https://onionoo.torproject.org/details?fields=fingerprint,or_addresses,exit_addresses'
$ wget 'https://check.torproject.org/exit-addresses'
$ grep ExitAddre exit-addresses | awk '{ print $2}' | wc -l
1305
$ grep ExitAddre exit-addresses | awk '{ print $2}' | sort -rn | uniq | wc
-l
1234
$ grep ExitAddre exit-addresses | awk '{ print $2}' | sort -rn | uniq >
exit.txt
$ for i in `cat exit.txt` ; do echo -n "$i: " ; grep -c $i
details\?fields\=fingerprint\,or_addresses\,exit_addresses ; done >>
exit-out
$ wc -l exit-out
1234 exit-out
So, sounds like onionoo have all the Tor exit addresses that are also in
that other file!
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14974#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs