metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
MetasploitModule#find_user_names
Scrapes usernames, sids and homepaths from the registry so that we'll know what user accounts are on the system and where we can find those users registry hives.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open modules/post/windows/gather/enum_muicache.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-MetasploitModule-find_user_names-for-pr
# Commit to gitgit add modules/post/windows/gather/enum_muicache.rbgit commit -m "better docs for MetasploitModule#find_user_names"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-MetasploitModule-find_user_names-for-pr
hub pull-request
# Celebrate!