Nmap scripts: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 10: | Zeile 10: | ||
=Show HTTP Title= | =Show HTTP Title= | ||
*nmap --script http-title -sV -p 443 10.3.4.12 | *nmap --script http-title -sV -p 443 10.3.4.12 | ||
| − | =Find Files or | + | =Find Files or interestings Dirs on Webserver= |
*nmap --script http-enum -p 443 10.3.4.12 | *nmap --script http-enum -p 443 10.3.4.12 | ||
=links= | =links= | ||
*https://hackertarget.com/7-nmap-nse-scripts-recon/ | *https://hackertarget.com/7-nmap-nse-scripts-recon/ | ||
Version vom 13. November 2017, 06:04 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
Show HTTP Title
- nmap --script http-title -sV -p 443 10.3.4.12
Find Files or interestings Dirs on Webserver
- nmap --script http-enum -p 443 10.3.4.12