Changes between Version 11 and Version 12 of CachePoisonExample
- Timestamp:
- Nov 5, 2010 3:29:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CachePoisonExample
v11 v12 9 9 === Cache poisoning metadescription === 10 10 11 define CachePoisoning:11 define cachePoisoning: 12 12 * '''Logical topology:''' 13 13 … … 57 57 This is a special case of cache poisoning where the target is DNS cache. 58 58 59 define DNSCachePoisoning: import CachePoisoning cp59 define DNSCachePoisoning: import cachePoisoning cp 60 60 * '''Logical topology:''' 61 61 … … 131 131 The phishing attempt is essentially same as presenting a valid page to the user that asks for confidential info - it's just that the location of that page is not as user expected. 132 132 133 define ConfidentialAccess:133 define confidentialAccess: 134 134 135 135 * '''Logical topology:''' … … 186 186 Now I'm a user who wants to design an experiment. I need to combine two metadescriptions (DNS cache poisoning and phishing) and somehow tie them down to generator choices. To combine I'll do something like this: 187 187 188 define Phishing: import DNSCachePoisoning dcp, ConfidentialAccess ca188 define Phishing: import DNSCachePoisoning dcp, confidentialAccess ca 189 189 190 190 * '''Logical topology:'''