From 3232a0d7af8782474144074b424f78dde914771a Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Wed, 27 Dec 2023 01:03:21 -0500 Subject: [PATCH] make nmap noninteractive --- bbot/modules/nmap.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bbot/modules/nmap.py b/bbot/modules/nmap.py index 0cc614b43..aeb28f9ae 100644 --- a/bbot/modules/nmap.py +++ b/bbot/modules/nmap.py @@ -65,6 +65,7 @@ def construct_command(self, targets): temp_filename = self.helpers.temp_filename(extension="xml") command = [ "nmap", + "--noninteractive", "--excludefile", str(self.exclude_file), "-n",