metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
Msf::Module#derived_implementor?
Checks to see if a derived instance of a given module implements a method beyond the one that is provided by a base class. This is a pretty lame way of doing it, but I couldn't find a better one, so meh.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/msf/core/module.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Msf--Module-derived_implementor--for-pr
# Commit to gitgit add lib/msf/core/module.rbgit commit -m "better docs for Msf::Module#derived_implementor?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Msf--Module-derived_implementor--for-pr
hub pull-request
# Celebrate!