Changes between Version 38 and Version 39 of AnonymityModule
- Timestamp:
- Jun 30, 2011 11:13:51 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v38 v39 15 15 It should look like this. Repeat this process on Server 2 16 16 17 18 19 20 === Setting up the proxy node === 21 Log onto the proxy node and use the command: `sudo /proj/DeterTest/runme.proxy` this will run a script which installs and sets up [https://banu.com/tinyproxy/ tinyproxy] on the node. 22 b. The proxy is now set up!! We'll get to using it in a little while. 23 17 24 === Deciding which node you will be using === 18 25 a. To begin one person always needs to connect to Server1 … … 28 35 i. `TorRelay3` 29 36 30 31 === Setting up the proxy node ===32 a. From Proxy use the command: `sudo /proj/DeterTest/runme.proxy`33 b. The proxy is now set up!! We'll get to using it in a little while.34 35 37 == Step 2 Viewing Network Traffic == 36 38 We are now ready to begin learning! One person SSH into either Alice or Bob while another person logs into the server node. From the server node type the command '''CHASE I DON'T KNOW THE TCPDUMP COMMAND''' this will begin listening to the traffic that comes through this node. From Alice type `wget http://server1/cgi-bin/ip.cgi` This saves a local copy of the web page set up on the server, and by doing so we generated traffic to examine.