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.

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open lib/snmp/manager.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-SNMP--Manager-get-for-pr


# Commit to git

git add lib/snmp/manager.rbgit commit -m "better docs for SNMP::Manager#get"


# Open pull request

gem 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!