A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.
GNU General Public License v3.0
2.11k
stars
456
forks
source link
service_scan not using actual dns server IPs when doing non-quick scans #107
Detailed service scans are not being passed any dns servers when running the detailed scan.
The nmap line is being passed the dns_server value which is (currently) only a True or False value, resulting in the error:
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers
Detailed service scans are not being passed any dns servers when running the detailed scan.
The nmap line is being passed the dns_server value which is (currently) only a True or False value, resulting in the error:
mass_dns: warning: Unable to determine any DNS servers. Reverse DNS is disabled. Try using --system-dns or specify valid servers with --dns-servers