screetsec / Dracnmap

Dracnmap is an open source program which is using to exploit the network and gathering information with nmap help. Nmap command comes with lots of options that can make the utility more robust and difficult to follow for new users. Hence Dracnmap is designed to perform fast scaning with the utilizing script engine of nmap and nmap can perform various automatic scanning techniques with the advanced commands.
GNU General Public License v3.0
1.15k stars 269 forks source link

Nmap doesnt work when host doesn respond to ping #4

Closed a9e78rauijasdf closed 4 years ago

a9e78rauijasdf commented 7 years ago

Following output is received when scanning a host that doesnt respond to ping.

Starting Nmap 7.01 ( https://nmap.org ) at 2016-10-14 15:16 CEST Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn Nmap done: 1 IP address (0 hosts up) scanned in 4.11 seconds

Proposed solution: Add -Pn as default flag, or as optional flag.