WMAP(web application vulnerability scanner)
WMAP is a web application vulnerability scanner that allows to conduct and automate web server enumeration and scanning from within the Metasploit Framework.
Available as a fully integrated MSF plugin
Utilizes the in-built MSF auxiliary modules
Load WMAP extension within
msfconsole
load wmapAdd WMAP site
wmap_sites -a 192.28.60.3Specify the target URL
wmap_targets -t http://192.28.60.3wmap_sites -l
wmap_targets -lShow only the MSF modules that will be able to be run against target
wmap_run -tRun the web app vulnerability scan
this will run all enabled modules against the target web server
wmap_run -eAnalyze the results produced by WMAP.


List WMAP found vulnerabilities
wmap_vulns -lLast updated