We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51f5c92 + 843f63f commit f62afbaCopy full SHA for f62afba
Reconnoitre/lib/service_scan.py
@@ -50,7 +50,7 @@ def nmap_scan(
50
print("[+] Starting detailed TCP%s nmap scans for %s" % (
51
("" if no_udp_service_scan is True else "/UDP"), ip_address))
52
flags = get_config_options("nmap", "tcpscan")
53
- TCPSCAN = f"nmap {flags} --dns-servers {dns_server} -oN\
+ TCPSCAN = f"nmap {flags} -oN\
54
'{output_directory}/{ip_address}.nmap' -oX\
55
'{output_directory}/{ip_address}_nmap_scan_import.xml' {ip_address}"
56
0 commit comments