My used nmap arguments

Nmap is a nice tool to enumerate the ports of an IP. To have better performance and bigger enumeration, I normally use these arguments in CTFs and test environments:

❯ sudo nmap -sS -sVC -p- --open --min-rate 5000 -v -n -Pn <IP> -oA <file>