~/Enumeration/Snmp# █
Enumerates SNMP info of the given target.
snmpwalk -c c_string -v version target
Obtains SNMP info at specified OID.
snmpwalk -c c_string -v version target OID
Changes the SNMP information atspecified OID.
snmpset -c c_string -v version target OID value_type value
Lists all SNMP-related nmap scripts.
ls -l /usr/share/nmap/script | grep -i snmp
Attempts to brute force SNMP community string.
nmap -sU -p 161 --script=snmp-brute target