Instantly share code, notes, and snippets.
Either use nmap:
nmap
nmap -T4 -p- 192.168.1.1 -A`
Or masscan:
masscan
masscan -p1-65535 192.68.1.1