Changes between Version 45 and Version 46 of AnonymityModule
- Timestamp:
- Jun 30, 2011 11:50:01 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v45 v46 29 29 30 30 === 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 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 `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 33 Tor: 34 `torify wget http://server/cgi-bin/ip.cgi 32 35 33 36 == Step 3 Analyzing the Traffic Data ==