Skip to content

Instantly share code, notes, and snippets.

@ramalho
Created March 4, 2019 15:54
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 ramalho/6c53f4aaae99e14336277270f3eaad61 to your computer and use it in GitHub Desktop.
Save ramalho/6c53f4aaae99e14336277270f3eaad61 to your computer and use it in GitHub Desktop.
Network neighborhood
#!/bin/bash
nmap -sn 192.168.15.0/24 | grep report | cut -d " " -f 5,6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment