Skip to content

Commit

Permalink
Merge pull request #946 from blacklanternsecurity/terminal-input-fix
Browse files Browse the repository at this point in the history
Terminal Issues Fix
  • Loading branch information
TheTechromancer authored Dec 27, 2023
2 parents a78b992 + 3232a0d commit ce99b48
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 ce99b48

Please sign in to comment.