Nmap scripts: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 3: Zeile 3:
 
=NFS Check=
 
=NFS Check=
 
*nmap -sV  --script=nfs-showmount.nse  10.82.10.40
 
*nmap -sV  --script=nfs-showmount.nse  10.82.10.40
 +
=SMB Check=
 +
*nmap -p 445 --script smb-os-discovery 10.82.10.40
  
 
=Traceroute Geolocation=
 
=Traceroute Geolocation=

Version vom 12. November 2017, 20:51 Uhr

Locate the scripts

  • locate nse | grep scripts

NFS Check

  • nmap -sV --script=nfs-showmount.nse 10.82.10.40

SMB Check

  • nmap -p 445 --script smb-os-discovery 10.82.10.40

Traceroute Geolocation

  • nmap --traceroute --script traceroute-geolocation.nse -p 80 www.facebook.com

links