Difference between revisions of "Networking"

From KeegansWiki
Jump to navigation Jump to search
m (Created page with '=nmap= ==Show down hosts on a subnet== * ''nmap -sP -R 10.93.66,67.* | grep "host down"''')
 
 
Line 1: Line 1:
 
=nmap=
 
=nmap=
 
==Show down hosts on a subnet==
 
==Show down hosts on a subnet==
* ''nmap -sP -R 10.93.66,67.* | grep "host down"''
+
* ''nmap -v -sP 10.93.66.0/23 | grep "host down"''

Latest revision as of 07:28, 30 June 2011

nmap

Show down hosts on a subnet

  • nmap -v -sP 10.93.66.0/23 | grep "host down"