metasploit-framework

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

Ruby

Metasploit Framework

SNMP::Manager#get_bulk

Sends a get-bulk request.  The non_repeaters parameter specifies
the number of objects in the object_list to be retrieved once.  The
remaining objects in the list will be retrieved up to the number of
times specified by max_repetitions.

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_bulk-for-pr


# Commit to git

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


# 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_bulk-for-pr

hub pull-request


# Celebrate!