Metasploit enumerating
Continuing from here...
You have your hosts scanned and added in your msf database so... lets go banner grabbing :)
You have your hosts scanned and added in your msf database so... lets go banner grabbing :)
- msfconsole
- use auxiliary/scanner/smb/smb_version
- services -p 445 -R
- run
- use auxiliary/scanner/http/http_version
- services -p 80 -R
- run
- use auxiliary/scanner/postgres/postgres_version
- services -p 5432 -R
- run
- use auxiliary/scanner/mysql/mysql_version
- services -p 3306 -R
- run
If you re-run hosts and services you will see a more up to date listing of the services the scripts picked up :)
to be continued..