Nmap: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
(Created page with " == usefule combos == ping scan a net: nmap -sP 192.168.1.0/24 == references == * http://www.cyberciti.biz/networking/nmap-command-examples-tutorials/")
 
No edit summary
Line 1: Line 1:


== usefule combos ==
== useful combos ==


ping scan a net:
ping scan a net:

Revision as of 18:03, 2 October 2015

useful combos

ping scan a net:

nmap -sP 192.168.1.0/24

references