161 - SNMP
UDP 161 - Simple Network Management Protocol (SNMP) is an Internet Standard protocol for collecting and organizing information about managed devices.
Information
Install SNMP-MiBS
apt install snmp-mibs-downloader
echo "" > /etc/snmp/snmp.conf Discover SNMP
Scan Host
snmpwalk -v2c -c public 192.168.1.234
-v = version of the SNMP - most poplur 2c
-c = the public string (default public) SNMP Config
Brute force community string
Metasploit - Enumerate users
SNMP Shell
SNMP IPv6 Enumeration
SNMPv3
SNMP Enumeration - Windows tool

Common Mibs
Solaris MIBS
Download Cisco Conf
Last updated