metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#locate_adium
We're not sure the exact name of the folder becuase it contains a version number. We'll just check every folder name, and whichever contains the word "Adium", that's the one we'll use.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/post/osx/gather/enum_adium.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-locate_adium-for-pr
# Commit to gitgit add modules/post/osx/gather/enum_adium.rbgit commit -m "better docs for MetasploitModule#locate_adium"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-locate_adium-for-pr
hub pull-request
# Celebrate!