Vulnerability Scanning
# Basic Setup
setg [HOST]
workspace -a [suitable-name]
# nmap for basic recon
db_nmap -sS -sV -O [HOST]
hosts
servicesSearching for Exploits
# Manual Exploit Search
search type:exploit name:[name]
# Searches for relevant exploits based on the detected services. This process can be time-consuming.
# Searchsploit
searchsploit [name]
# Uses the searchsploit tool to find local exploit suggestions based on the service names.Eternal Blue Exploit
# Scan for vulnerability
use scanner/smb/smb_ms17_010
# Attempt to exploit
use windows/smb/ms17_010_eternalblueAutomatic Exploit Matching
Analyzing Vulnerabilities
Last updated