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",