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
exitPayloads
>show payloadsCreating a Module
Last updated