Enumerating Web Server using NSE (Nmap Script Engine)
nmap -sV -O -p <IP>
nmap -sV —script http-enum<IP>
nmap <IP> -p80 —script=http-frontpage-login
nmap —script http-passwd —script-args http-password.root=/<IP>
nmap -sV -O -p <IP>
nmap -sV —script http-enum<IP>
nmap <IP> -p80 —script=http-frontpage-login
nmap —script http-passwd —script-args http-password.root=/<IP>
Comments
Post a Comment