Difference between revisions of "Nmap"

From MyWiki
Jump to: navigation, search
 
Line 1: Line 1:
Scan network for hosts  ( sn means ignore ports ) <br>
+
'''Scan network for hosts''' ( sn means ignore ports ) <br>
 
nmap -sn 192.168.34.0/24<br>
 
nmap -sn 192.168.34.0/24<br>
  
Get certificate details<br>
+
'''Get certificate details'''<br>
 
nmap --script=ssl-cert.nse -p 443 bbc.co.uk
 
nmap --script=ssl-cert.nse -p 443 bbc.co.uk

Latest revision as of 11:09, 11 February 2016

Scan network for hosts ( sn means ignore ports )
nmap -sn 192.168.34.0/24

Get certificate details
nmap --script=ssl-cert.nse -p 443 bbc.co.uk