metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#get_account_info
Get AccountPrefs.plist, Accounts.plist, AccountPrefs.plist.
Return: [ {:filename=> String, :data => String} ]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-get_account_info-for-pr
# Commit to gitgit add modules/post/osx/gather/enum_adium.rbgit commit -m "better docs for MetasploitModule#get_account_info"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-get_account_info-for-pr
hub pull-request
# Celebrate!