Writing and Importing Custom Modules into Metasploit
Overview
Why Write Custom Modules?
Installing Pre-Existing Modules
msfupdate
git clone https://github.com/darkoperator/Metasploit-Plugins
/usr/share/metasploit-framework/modules/cp custom_exploit.rb /usr/share/metasploit-framework/modules/exploits/web/custom_exploit.rb
reload_all
Writing Custom Modules
Defining Module Options
Testing Your Module
Porting Existing Exploits
Best Practices for Custom Modules
Command Cheatsheet
Command
Description