Nmap Cheat Sheet
INSTALLATION NSE ENGINE
Examples
cd /usr/share/nmap/scripts/
nmap-vulners
nmap -sV --script nmap-vulners/ <target>
nmap -sV --script nmap-vulners/ <target> -p80,223
nmap -sV --script vuln <target>
nmap-vulscan
cd vulscan/utilities/updater/
chmod +x updateFiles.sh
./updateFiles.sh
nmap -sV --script vulscan <target>
nmap -sV --script vulscan --script-args vulscandb=exploit.csv <target> -p 80,233
nmap -sV --script http-sherlock <target>
nmap -sV --script http-passwd <target>
No comments:
Post a Comment