Changes between Version 7 and Version 8 of CachePoisonExample
- Timestamp:
- Nov 4, 2010 5:23:51 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CachePoisonExample
v7 v8 146 146 User extends Human 147 147 148 Server extends WebServer149 150 Page extends WebPage148 Server extends webServer 149 150 Page extends webPage 151 151 152 152 Public, Confidential extends String … … 193 193 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: 194 194 195 DNSCachePoisoning dcp, ConfidentialAccess ca196 197 dcp.FakeIP := ip(ca.Server)198 199 dcp -> ca200 195 DNSCachePoisoning dcp, confidentialAccess ca 196 197 dcp.FakeIP := ip(ca.Server) 198 199 dcp -> ca 200