Changes between Version 13 and Version 14 of CachePoisonExample


Ignore:
Timestamp:
Nov 5, 2010 4:40:48 PM (14 years ago)
Author:
sunshine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CachePoisonExample

    v13 v14  
    114114      e4 := {type = DNSREPLY, origin = auth, destination = vc, content = {n=unknown}}
    115115
    116       e5 := {type = DNSREPLY, origin = att, destination = vc, content = {auth(domain(n)) = fakeAuth}}
    117 
    118       s1 := {vc.records += (auth(domain(n)) = fakeAuth)}
    119 
    120       e6 := {type = DNSREPLY, origin = att, destination = vc, content = {n=fIP}}
    121 
    122       s2 := {vc.records += (n=fIP)}
     116      e5 := cp.e1, e5 := {type = DNSREPLY, origin = att, destination = vc, content = {auth(domain(n)) = fakeAuth}}
     117
     118      s1 := cp.s1, s1 := {vc.records += (auth(domain(n)) = fakeAuth)}
     119
     120      e6 := cp.e1, e6 := {type = DNSREPLY, origin = att, destination = vc, content = {n=fIP}}
     121
     122      s2 :=  cp.s1, s1 := {vc.records += (n=fIP)}
    123123
    124124  '''Timeline:'''
     
    193193
    194194  '''Objects:'''
     195   
    195196    dcp.FakeIP := ip(ca.Server)
    196197