metasploit-framework

https://github.com/rapid7/metasploit-framework

Ruby

Metasploit Framework

MetasploitModule#get_creds

helper function for extracting snmp and pass from 0x2C FC response
Note that 0x2C response is basically 0x28 and 0x29 mashed together

Source | Google | Stack overflow

Edit

git clone [email protected]:rapid7/metasploit-framework.git

cd metasploit-framework

open modules/post/windows/gather/credentials/razer_synapse.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MetasploitModule-get_creds-for-pr


# Commit to git

git add modules/post/windows/gather/credentials/razer_synapse.rbgit commit -m "better docs for MetasploitModule#get_creds"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MetasploitModule-get_creds-for-pr

hub pull-request


# Celebrate!