Changes between Version 107 and Version 108 of AnonymityModule


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

--

Legend:

Unmodified
Added
Removed
Modified
  • AnonymityModule

    v107 v108  
    110110onion 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.
    111111[[BR]]In order:
    112 * `sudo tcpdump -i eth0 -s 0 -x -w /tmp/direct.pcap.` from the server
     112 * `sudo tcpdump -i eth0 -s 0 -x -w /tmp/direct.pcap.` from the server
    113113 * `torify wget http://server/cgi-bin/ip.cgi` from Alice
    114114 * `cp /tmp/direct.pcap .` from the server after closing the tcpdump