Skip to content

Instantly share code, notes, and snippets.

@JburkeRSAC
Created June 13, 2016 15:00
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 JburkeRSAC/bd16a27d9252746cea30de431ad8b3c7 to your computer and use it in GitHub Desktop.
Save JburkeRSAC/bd16a27d9252746cea30de431ad8b3c7 to your computer and use it in GitHub Desktop.
$sweepscan.sh <subnet> > uplist.txt && nmap -iL uplist.txt > services.txt
#!/bin/bash
nmap $1 -n -sP | grep report | awk '{print $5}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment