Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 558 Bytes

File metadata and controls

19 lines (16 loc) · 558 Bytes

Simple Network Management Protocol (SNMP) enumeration and exploitation

Initial enumeration

sudo nmap -vv -p 161 -sU --script=+snmp* <ip>

Community string brute-forcing

hydra -P /usr/share/seclists/Discovery/SNMP/common-snmp-community-strings.txt <ip> snmp

Collecting OIDs and values

snmpwalk -v <version> -c <community_string> <ip>