How to show closed ports in NMap

nmapport

Any way to make NMap list the closed ports (I've tried -vvvv, etc.)? The filtered ones?

Best Answer

nmap -d -d can do this.

Related Question