Changes between Version 36 and Version 37 of AnonymityModule


Ignore:
Timestamp:
Jun 30, 2011 10:31:09 AM (13 years ago)
Author:
TTaggart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AnonymityModule

    v36 v37  
    3434
    3535==Step 2 Viewing Network Traffic ==
    36 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 `w3m http://server1/cgi-bin/ip.cgi`  By attempting to view the web page set up on the server, we are generating traffic we can examine.
     36We 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.