01 : /Snmp#

~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