Skip to content

Commit

Permalink
make nmap noninteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Dec 27, 2023
1 parent a78b992 commit 3232a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bbot/modules/nmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3232a0d

Please sign in to comment.