hackingDNA

Metasploit Framework

Exploitationkali · parrot

The most widely used exploitation framework. Modules for exploits, payloads, and post-exploitation.

Install

sudo apt install metasploit-framework

Common commands

msfconsole
search type:exploit platform:windows
use exploit/...
set RHOSTS target
exploit

Use only on systems you are authorized to test. Follow program scope.

Related tools