Skip to content

Instantly share code, notes, and snippets.

@chris-piekarski
Last active August 29, 2015 14:17
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 chris-piekarski/1ace41a0d29291b87fad to your computer and use it in GitHub Desktop.
Save chris-piekarski/1ace41a0d29291b87fad to your computer and use it in GitHub Desktop.
Nmap Pearl Scripts
http://www.unspecific.com/nmap/
vi nmap-wrapper.pl --> add $opt_d=3
$ sudo ./bin/nmap-wrapper.pl -v -l 10.0.0.0/24
$ nmap-search.pl -f ./20150320.10.0.0.gnmap port 80
$ nmap-report.pl -p80 -v
#html output
#nmap has a built in xslt stylsheet in xml output, convert to html
$ nmap -oX x.xml 10.0.0.0/24
$ xsltproc x.xml -o x.hmtl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment