Skip to content

Instantly share code, notes, and snippets.

@felipekm
Created May 19, 2020 14:13
Show Gist options
  • Save felipekm/d2eda934d2268c660db274f5f91d27ac to your computer and use it in GitHub Desktop.
Save felipekm/d2eda934d2268c660db274f5f91d27ac to your computer and use it in GitHub Desktop.
nmap to find all devices on network listening on a particular port
nmap -p 80 --open -sV 192.168.1.0/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment