[tor-bugs] #14974 [Onionoo]: Onionoo should output full tor-exit-address

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Feb 21 00:11:45 UTC 2015


#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


More information about the tor-bugs mailing list