Browse Source

Added efficiency-test for MemcrashedSpoofer

Stefan Schmidt 6 years ago
parent
commit
00f75db270
1 changed files with 3 additions and 0 deletions
  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):