💾 Archived View for unixcat.coffee › techne › nmap.gmi captured on 2022-01-08 at 13:45:45. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-03)

🚧 View Differences

-=-=-=-=-=-=-

Nmap

Check for open SSH ports on local network

nmap -sV -p 22 -open 10.0.0.0/24

Scanning specific ports

nmap -sV -p 22,443 10.0.0.0/24

Check for running hosts

nmap -sn 10.0.0.0/24

Troubleshooting

Finding rogue devices in your network using Nmap

Running a quick NMAP scan to inventory my network

~~~

Back to Techne index

Back to unixcat.coffee