# nmap # Usage ```sh nmap -oA nmap-full -Pn -sS -T4 -p- --defeat-rst-ratelimit ``` ```sh nmap -oA nmap-vuln -Pn -script vuln -p ``` ## combo with searchsploit * nmap-full scan ```sh sudo nmap -oA --nmap-full -sS -sC -sV -p- --defeat-rst-ratelimit searchsploit --nmap ./nmap-full.xml --verbose ``` ## Wordpress Enumeration ```sh nmap --script http-wordpress-enum --scripts-args check-latest=true,search-limit=1500 -p 80 test.com ```