metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
SNMP::Manager#get
Sends a get request for the supplied list of ObjectId or VarBind objects. Returns a Response PDU with the results of the request.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/snmp/manager.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-SNMP--Manager-get-for-pr
# Commit to gitgit add lib/snmp/manager.rbgit commit -m "better docs for SNMP::Manager#get"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-SNMP--Manager-get-for-pr
hub pull-request
# Celebrate!