Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmeridth/64e7b08729ffe779f77a7bda0221c6e9 to your computer and use it in GitHub Desktop.
Save jmeridth/64e7b08729ffe779f77a7bda0221c6e9 to your computer and use it in GitHub Desktop.
Use nmap to scan you network for hosts named raspberrypi
[master]->$ nmap -sn 192.168.1.0/24 | grep raspberrypi
Nmap scan report for raspberrypi (192.168.1.95)
Nmap scan report for raspberrypi (192.168.1.100)
Nmap scan report for raspberrypi (192.168.1.102)
Nmap scan report for raspberrypi (192.168.1.114)
Nmap scan report for raspberrypi (192.168.1.115)
Nmap scan report for raspberrypi (192.168.1.117)
@jmeridth
Copy link
Author

jmeridth commented Apr 9, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment