How can you make Nmap output look like “leet speak” (hacker style)?
Hint 1: Check Nmap’s output options for one that implies hacker or leetspeak output.
Hint 2: -oS is the flag (think S for Script Kiddie). Use it with a hyphen: nmap -oS –
Solution:
Nmap has a fun output mode: `nmap -oS –

Leave a Reply