Fix scan timeouts and privileged shutdown

This commit is contained in:
2026-08-23 10:44:02 +02:00
parent ff18511ff2
commit c020bd318a
10 changed files with 116 additions and 37 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class EngineStatus0419Tests(unittest.TestCase):
self.assertIn("découverte rapide Nmap/ARP", source)
self.assertIn("ports Naabu SYN (Admin)", source)
self.assertIn("ports Nmap SYN (Admin)", source)
self.assertIn("REPLI Naabu", source)
self.assertIn("REPLI Nmap", source)
if __name__ == "__main__":