commit de3beaa5b5462e014e8f5551ddb5481ac4f79925 Author: Damian Johnson atagar@torproject.org Date: Tue Jul 14 09:23:41 2015 -0700
Add ExitMap to the volunteer page
ExitMap is still under highly active development and catching bad relays. High time we add it to the volunteer page...
https://trac.torproject.org/projects/tor/ticket/16575 --- getinvolved/en/volunteer.wml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+)
diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml index a3600c7..12bf44a 100644 --- a/getinvolved/en/volunteer.wml +++ b/getinvolved/en/volunteer.wml @@ -293,6 +293,14 @@ meetings around the world.</li> </tr>
<tr> + <td><a href="#project-exitmap">ExitMap</a></td> + <td>Backend Service</td> + <td>Python</td> + <td>Moderate</td> + <td>phw</td> + </tr> + + <tr> <td><a href="#project-doctor">DocTor</a></td> <td>Backend Service</td> <td>Python</td> @@ -666,6 +674,19 @@ meetings around the world.</li> running Tor relays and bridges. </p>
+ <a id="project-exitmap"></a> + <h3><a href="http://www.cs.kau.se/philwint/spoiled_onions/">ExitMap</a> (<a + href="https://github.com/NullHypothesis/exitmap%22%3Ecode</a>, <a + href="https://github.com/NullHypothesis/exitmap/issues%22%3Ebug tracker</a>)</h3> + + <p> + <a href="http://n0where.net/tor-exit-relay-scanner-exitmap/">Scanner for + the Tor network</a> by Philipp Winter to detect malicious and misconfigured + exits. For more information about how it works see his <a + href="http://www.cs.kau.se/philwint/spoiled_onions/techreport.pdf%22%3ESpoiled + Onions</a> research paper. + </p> + <a id="project-doctor"></a> <h3>DocTor (<a href="https://gitweb.torproject.org/doctor.git">code</a>, <a
tor-commits@lists.torproject.org