Changes between Version 105 and Version 106 of AnonymityModule


Ignore:
Timestamp:
Jul 7, 2011 11:50:51 AM (13 years ago)
Author:
TTaggart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnonymityModule

    v105 v106  
    108108=== Client-to-Server Traffic through Tor ===
    109109We will now use [https://www.torproject.org/ Tor] to
    110 onion route the data. As the name suggests onion routing alters the data flow through a minimum of 3 relays, each adding another layer of anonymity, because the packets of data only know the address of the next relay and the previous relay. Repeat the `tcpdump` command `sudo tcpdump -i eth0 -s 0 -x -w /tmp/throughtor.pcap` . Now, the user on Alice should use the command `torify wget http://server/cgi-bin/ip.cgi .` And then `cp /tmp/throughtor.pcap .` from the server node.
     110onion route the data. As the name suggests onion routing alters the data flow through a minimum of 3 relays, each adding another layer of anonymity, because the packets of data only know the address of the next relay and the previous relay. Repeat the `tcpdump` command `sudo tcpdump -i eth0 -s 0 -x -w /tmp/throughtor.pcap` . Now, the user on Alice should use the command `torify wget http://server/cgi-bin/ip.cgi` And then `cp /tmp/throughtor.pcap .` from the server node.
     111In order:
     112* `sudo tcpdump -i eth0 -s 0 -x -w /tmp/direct.pcap.` from the server
     113 * `torify wget http://server/cgi-bin/ip.cgi` from Alice
     114 * `cp /tmp/direct.pcap .` from the server after closing the tcpdump
    111115
    112116