metasploit-framework
https://github.com/rapid7/metasploit-framework
Ruby
Metasploit Framework
SNMP::Manager#inform
Sends an inform request using the supplied varbind list. sys_up_time: An integer respresenting the number of hundredths of a second that this system has been up. trap_oid: An ObjectId or String with the OID identifier for this inform request. object_list: A list of additional varbinds to send with the inform.
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-inform-for-pr
# Commit to gitgit add lib/snmp/manager.rbgit commit -m "better docs for SNMP::Manager#inform"
# 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-inform-for-pr
hub pull-request
# Celebrate!