Add additional flags to nmap
All checks were successful
Build and Publish / build_and_publish (push) Successful in 57s

This commit is contained in:
Nexus 2024-07-01 20:07:42 +01:00
parent 1643eb0c25
commit 0ea4d4264e
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -429,6 +429,8 @@ class NetworkCog(commands.Cog):
"-T",
str(timing),
"-s" + technique,
"--reason",
"--noninteractive"
]
if treat_all_hosts_online:
args.append("-Pn")