Skip to content

Instantly share code, notes, and snippets.

@JburkeRSAC
Created June 13, 2016 15:00
Show Gist options
  • Select an option

  • Save JburkeRSAC/bd16a27d9252746cea30de431ad8b3c7 to your computer and use it in GitHub Desktop.

Select an option

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