Explorar o código

Added efficiency-test for MemcrashedSpoofer

Stefan Schmidt %!s(int64=7) %!d(string=hai) anos
pai
achega
00f75db270
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      code/Test/efficiency_testing.py

+ 3 - 0
code/Test/efficiency_testing.py

@@ -50,6 +50,9 @@ class EfficiencyTests(Test.ID2TAttackTest):
     def test_MS17(self):
         self.temporal_efficiency_test([['MS17Scan', 'ip.src=192.168.178.1']], time_limit=1.5, factor=1000)
 
+    def test_MemcrashedSpoofer(self):
+        self.temporal_efficiency_test([['MemcrashedSpoofer']], time_limit=1.5, factor=1000)
+
     # FIXME: improve EternalBlue efficiency
     @ut.skip("EternalBlue needs performance improvements to pass the efficiency test")
     def test_EternalBlue(self):