Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Forked from zyphlar/nmap.sh
Created December 9, 2013 15:57
Show Gist options
  • Select an option

  • Save xeoncross/7874441 to your computer and use it in GitHub Desktop.

Select an option

Save xeoncross/7874441 to your computer and use it in GitHub Desktop.
# OR, just do this:
/usr/bin/nice -n20 /usr/local/bin/nmap -v -sn 10.0.1.0/24 -oX /tmp/nmap-ping.log --append-output
nmap -v -sn 192.168.1.0/24 -oX /tmp/nmap-ping.log --append-output
<?php
header('Content-Type:text/plain');
echo file_get_contents ( "/tmp/nmap-ping.log" )
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment