metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
#find_procname
Function for finding the name of a process given it's PID
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open scripts/meterpreter/process_memdump.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs--find_procname-for-pr
# Commit to gitgit add scripts/meterpreter/process_memdump.rbgit commit -m "better docs for #find_procname"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs--find_procname-for-pr
hub pull-request
# Celebrate!