The only 2 scanners that I'm aware of that attempt to ping hosts before scans are nmap and scanline(windows). Of course it doesn't ping the port because this isn't possible, but it does ping the host to see if it is up and worthy of a scan attempt.
For nmap: To disable this pinging feature, run nmap with the -P0 option.
For Scanline: -p
Cheers




Reply With Quote