Changes between Version 45 and Version 46 of AnonymityModule


Ignore:
Timestamp:
Jun 30, 2011 11:50:01 AM (13 years ago)
Author:
TTaggart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnonymityModule

    v45 v46  
    2929
    3030=== Client-to-Server Traffic through a Proxy ===
    31 Repeat the tcpdump command `sudo tcpdump -i eth0 -s 0 -x -w /tmp/tcpdump.pcap` from the server node. However, now the user connected to Alice should enter the command
     31Repeat the tcpdump command `sudo tcpdump -i eth0 -s 0 -x -w /tmp/tcpdump.pcap` from the server node. However, now the user connected to Alice should enter the command `env http_proxy=http://proxy:8888 wget http://server/cgi-bin/ip.cgi`   to view without the proxy enter `wget --no-proxy http://server/cgi-bin/ip.cgi`
     32
     33Tor:
     34`torify wget http://server/cgi-bin/ip.cgi
    3235
    3336== Step 3 Analyzing the Traffic Data ==