Browse Source

updating dos level 2

cecylia 8 years ago
parent
commit
632bba2626
1 changed files with 3 additions and 1 deletions
  1. 3 1
      levels/03 DoS/dos02.json

+ 3 - 1
levels/03 DoS/dos02.json

@@ -2,7 +2,7 @@
 	devices:[
 		{
 			id:"Alice",
-                        image: "imac",
+                        image: "macbook",
 			ports:1,
 			x:0.25,
 			y:0.2,
@@ -10,6 +10,7 @@
 		},
 		{
 			id:"Zombie 1",
+                        image: "macbook",
 			ports:1,
 			x:0.25,
 			y:0.4,
@@ -44,6 +45,7 @@
 			ports:5,
 			x:0.7,
 			y:0.5,
+                        script: deviceScripts.firewall,
 			rules:[
 				{srcip:"Alice"}
 			]