[tor-bugs] #10883 [Metrics/Atlas]: Atlas should explain how users can search for their bridge

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jun 28 20:33:16 UTC 2016


#10883: Atlas should explain how users can search for their bridge
---------------------------+--------------------------
 Reporter:  karsten        |          Owner:  irl
     Type:  enhancement    |         Status:  accepted
 Priority:  Medium         |      Milestone:
Component:  Metrics/Atlas  |        Version:
 Severity:  Normal         |     Resolution:
 Keywords:                 |  Actual Points:
Parent ID:                 |         Points:
 Reviewer:                 |        Sponsor:
---------------------------+--------------------------

Comment (by irl):

 ----
 In order to avoid leaking bridge fingerprint and IP address information,
 this is obfuscated by the Onionoo service that Atlas uses to provide the
 relay and bridge data. In order to search for data about your bridge, you
 will need to search for the SHA1 hash of your bridge's identity
 fingerprint, not just the plain fingerprint.

 On Linux and other Unix-like platforms, your fingerprint can often be
 found in {{{/var/lib/tor/fingerprint}}}. On some platforms it may be in a
 different location, but can also be found in your Tor log files.

 If you're using a Linux or Unix-like system and your fingerprint is found
 in {{{/var/lib/tor/fingerprint}}}, you can use the following command to
 generate the SHA1 hash to search in Atlas:

 {{{
 # cat /var/lib/tor/fingerprint | sha1sum
 }}}

 or if you have extracted the fingerprint from your log files:

 {{{
 # echo -n "EXTRACTEDFINGERPRINT" | sha1sum
 }}}

 ----

 This is some draft text that I'm planning to integrate into the new help
 page coming out of #6787.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/10883#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list