Changes between Version 11 and Version 12 of CachePoisonExample


Ignore:
Timestamp:
Nov 5, 2010 3:29:01 PM (13 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CachePoisonExample

    v11 v12  
    99=== Cache poisoning metadescription ===
    1010
    11  define CachePoisoning:
     11 define cachePoisoning:
    1212 * '''Logical topology:'''
    1313
     
    5757  This is a special case of cache poisoning where the target is DNS cache.
    5858
    59 define DNSCachePoisoning: import CachePoisoning cp
     59define DNSCachePoisoning: import cachePoisoning cp
    6060 * '''Logical topology:'''
    6161
     
    131131   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.
    132132
    133 define ConfidentialAccess:
     133define confidentialAccess:
    134134
    135135 * '''Logical topology:'''
     
    186186Now 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:
    187187
    188 define Phishing: import DNSCachePoisoning dcp, ConfidentialAccess ca
     188define Phishing: import DNSCachePoisoning dcp, confidentialAccess ca
    189189 
    190190* '''Logical topology:'''