[tor-commits] [stem/master] Moving ExitMap to the applications

atagar at torproject.org atagar at torproject.org
Sun Mar 30 23:54:10 UTC 2014


commit ba26ef0d3941ae3ce23dedca881e8e5e3b9a1f1b
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Mar 30 16:51:45 2014 -0700

    Moving ExitMap to the applications
    
    We listed ExitMap a while back, but I just realized Philipp made a really nice
    site for his Spoiled Onions paper...
    
      http://www.cs.kau.se/philwint/spoiled_onions/
    
    Linking to that rather than his GitHub repository, and moving this up to the
    section reserved for sizable applications.
---
 docs/_static/exit_map.png                         |  Bin 0 -> 12371 bytes
 docs/_static/label/exit_map.png                   |  Bin 0 -> 1540 bytes
 docs/_static/label/resources/exit_map.xcf         |  Bin 0 -> 3284 bytes
 docs/_static/resources/exit_map_alt.png           |  Bin 0 -> 12747 bytes
 docs/tutorials/double_double_toil_and_trouble.rst |   17 ++++++++++++++++-
 5 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/docs/_static/exit_map.png b/docs/_static/exit_map.png
new file mode 100644
index 0000000..c780ba9
Binary files /dev/null and b/docs/_static/exit_map.png differ
diff --git a/docs/_static/label/exit_map.png b/docs/_static/label/exit_map.png
new file mode 100644
index 0000000..9ac8af6
Binary files /dev/null and b/docs/_static/label/exit_map.png differ
diff --git a/docs/_static/label/resources/exit_map.xcf b/docs/_static/label/resources/exit_map.xcf
new file mode 100644
index 0000000..69b7c8c
Binary files /dev/null and b/docs/_static/label/resources/exit_map.xcf differ
diff --git a/docs/_static/resources/exit_map_alt.png b/docs/_static/resources/exit_map_alt.png
new file mode 100644
index 0000000..57e838b
Binary files /dev/null and b/docs/_static/resources/exit_map_alt.png differ
diff --git a/docs/tutorials/double_double_toil_and_trouble.rst b/docs/tutorials/double_double_toil_and_trouble.rst
index 0f3e52a..c16898a 100644
--- a/docs/tutorials/double_double_toil_and_trouble.rst
+++ b/docs/tutorials/double_double_toil_and_trouble.rst
@@ -20,6 +20,11 @@ Applications
    
    * Doctor
      Source: https://openclipart.org/detail/29839/stethoscope-by-metalmarious
+     License: Public Domain
+   
+   * Exit Map
+     Source: https://openclipart.org/detail/120607/treasure-map-by-tzunghaor
+     License: Public Domain
 
 .. list-table::
    :widths: 1 10
@@ -43,6 +48,17 @@ Applications
        Monitors the Tor consensus for a variety of issues including malformed
        descriptors, directory authority issues, sybil attacks, and much more.
 
+   * - .. image:: /_static/exit_map.png
+          :target: http://www.cs.kau.se/philwint/spoiled_onions/
+
+     - .. image:: /_static/label/exit_map.png
+          :target: http://www.cs.kau.se/philwint/spoiled_onions/
+
+       Scanner by Philipp Winter to detect malicious and misconfigured Tor
+       exits. For more information about how it works see his `Spoiled
+       Onions <http://www.cs.kau.se/philwint/spoiled_onions/techreport.pdf>`_
+       research paper.
+
 =========================================================================================================== ==========
 `RTT Prober <https://bitbucket.org/ra_/tor-rtt/>`_                                                          Measures round-trip times for Tor circuits.
 `TorPS <https://www.torproject.org/getinvolved/volunteer.html.en#project-torps>`_                           Tor path simulator.
@@ -52,7 +68,6 @@ Applications
 `tbbscraper <https://github.com/zackw/tbbscraper/blob/master/controller/controller.py>`_                    Automated website scraper over Tor.
 `torirc <https://github.com/alfred-gw/torirc>`_                                                             IRC-like chat client using Tor hidden services.
 `exit-funding <https://github.com/torservers/exit-funding>`_                                                Script to estimate how much exit relays have been used.
-`ExitMap <https://github.com/NullHypothesis/exitmap>`_                                                      Scanner for malicious or misconfigured Tor exits.
 =========================================================================================================== ==========
 
 Scripts



More information about the tor-commits mailing list