metasploit-framework

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

Ruby

Metasploit Framework

SNMP::MIB#oid

Returns an ObjectId for the given name.  Names are in the format
<ModuleName>::<NodeName>.<Index> with ModuleName and Index being
optional.

Source | Google | Stack overflow

Edit

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

cd metasploit-framework

open lib/snmp/mib.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-SNMP--MIB-oid-for-pr


# Commit to git

git add lib/snmp/mib.rbgit commit -m "better docs for SNMP::MIB#oid"


# 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--MIB-oid-for-pr

hub pull-request


# Celebrate!