Changes between Version 78 and Version 79 of AnonymityModule
- Timestamp:
- Jul 5, 2011 3:35:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnonymityModule
v78 v79 6 6 This has been created to be a classroom exercise to explain and demonstrate a few different techniques in active anonymity, and intercepting and making sense of web traffic. 7 7 8 9 == Proxy == 10 11 Proxies are used to hide web traffic from the service the user is attempting to connect to. By connection through a proxy the user is able to camouflage his actual identity so that the service only sees the address of the proxy. The drawback to this is that the proxy is able to see both the user and the service, so it knows the identity of both parties. 8 12 9 13