metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
SNMP::MIB#varbind
Returns a VarBind object for the given name and value. The name can be a String, ObjectId, or anything that responds to :to_varbind. String names are in the format <ModuleName>::<NodeName>.<Index> with ModuleName and Index being optional.
Edit
git clone [email protected]:rapid7/metasploit-framework.git
cd metasploit-framework
open lib/snmp/mib.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-SNMP--MIB-varbind-for-pr
# Commit to gitgit add lib/snmp/mib.rbgit commit -m "better docs for SNMP::MIB#varbind"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-SNMP--MIB-varbind-for-pr
hub pull-request
# Celebrate!