commit 5051d73aa38db7ec22b7dbf73a854094d0d30788 Author: Damian Johnson atagar@torproject.org Date: Tue Aug 30 10:13:26 2016 -0700
Remove 'Exitmap Improvements' project idea
Removing as requested by Philipp. --- getinvolved/en/volunteer.wml | 40 ---------------------------------------- 1 file changed, 40 deletions(-)
diff --git a/getinvolved/en/volunteer.wml b/getinvolved/en/volunteer.wml index 3e12459..8f785db 100644 --- a/getinvolved/en/volunteer.wml +++ b/getinvolved/en/volunteer.wml @@ -680,11 +680,6 @@ meetings around the world.</li> Onions</a> research paper. </p>
- <p> - <b>Project Ideas:</b><br /> - <i><a href="#exitmap_improvements">Exitmap Improvements</a></i> - </p> - <a id="project-doctor"></a> <h3>DocTor (<a href="https://gitweb.torproject.org/doctor.git">code</a>, <a @@ -880,41 +875,6 @@ the codebase that you want to work on. </p> </li>
- <a id="exitmap_improvements"></a> - <li> - <b>Exitmap Improvements</b> - <br> - Language: <i>Python</i> - <br> - Likely Mentors: <i>Philipp (phw)</i> - <br><br> - <p> -The Tor Project makes use of the Python tool <a -href="https://gitweb.torproject.org/user/phw/exitmap.git/%22%3EExitmap</a> to -systematically scan for malicious and misbehaving exit relays. Once such a -relay is found, it is assigned the BadExit flag which prevents clients from -selecting the relay as last hop in their circuit. - </p> - - <p> -Exitmap supports scanning modules which implement a specific scan over -exit relays. Examples are the DNS module which checks for DNS poisoning -or the patching check module which looks out for tampered file -downloads. - </p> - - <p> -This project is meant to extend exitmap in several ways. First, it -should be made fully autonomous. That means that exitmap should be able -to run in the background, periodically fetch new relay descriptors, and -have a smart algorithm which keeps scanning all exit relays -periodically. Second, exitmap should be able to emulate some user -interaction and dynamically "explore" the web in order to detect -tampering. Third, unit tests should be added for existing and new code -in order to make the code base more robust. - </p> - </li> - <a id="expand_nyx"></a> <li> <b>Expand Nyx</b>