External Modules

Search for exploits

Exploitdb from the CLI

$searchsploit <name>
$searchsploit -t <title> --exclude=".py"

Importing the exploit

cp <exploit.rb> /usr/share/metasploit-framework/modules/exploits/unix/webapp/nagios3_command_injection.rb
msfconsole -m /usr/share/metasploit-framework/modules/
msf6> loadpath /usr/share/metasploit-framework/modules/

Last updated