Metasploit

Metasploit tips and tricks

Metasploit is a useful tool, but don't just run shit blindly. Always read the exploits's code and make an effort to understand what it going on.

Importing a module

cp /exploit/path/exploit.rb ~/.msf4/modules/
sudo updatedb
exit

Payloads

>show payloads

Creating a Module

Last updated