Quick Port Scan Tip

So why just not type --min-rate=1000 argument for nmap TCP SYN scan? (-sS) and maybe max-retries=1 (or 2)
Something like this:

nmap -T5 --open -sS -vvv --min-rate=1000 --max-retries=2 -p- -oA full-ports 10.10.10.x

Seems there is no difference.

1 Like