Lab 3
Lab 3
• Usage
– use auxiliary/scanner/smb/smb_login
– set RHOSTS 192.168.1.0/24
– set SMBUser Bit
– set SMBPass 123456
– set THREADS 50
– run
VNC Authentication Check with the None Scanner
• Usage
– use auxiliary/scanner/vnc/vnc_none_auth
– set RHOSTS 192.168.1.0/24
– set THREADS 50
– run
Vulnerability Scanning with WMAP
• WMAP is a feature-rich web application vulnerability scanner.
• This tool is integrated with Metasploit and allows us to conduct
web application scanning from within the Metasploit Framework.
• We begin by first creating a new database to store our WMAP
scan results in, load the wmap plugin, and run help to see what
new commands are available to us.
– load wmap
– help
Cont.