Browse Source

updating dos level 3

cecylia 8 years ago
parent
commit
afb25f66c3
1 changed files with 20 additions and 1 deletions
  1. 20 1
      levels/03 DoS/dos03.json

+ 20 - 1
levels/03 DoS/dos03.json

@@ -82,7 +82,26 @@
 		{
 		{
 			type:"packet",
 			type:"packet",
 			device:"Google",
 			device:"Google",
-			times:45
+			payload:{
+				network:{srcip:"Barbara", dstip:"Google"}
+			},
+			times:20
+		},
+		{
+			type:"packet",
+			device:"Google",
+			payload:{
+				network:{srcip:"Carol", dstip:"Google"}
+			},
+			times:20
+		},
+		{
+			type:"packet",
+			device:"Google",
+			payload:{
+				network:{srcip:"Darcy", dstip:"Google"}
+			},
+			times:20
 		}
 		}
         ],
         ],
 	nextLevel:11
 	nextLevel:11