Skip to content
HackIndex logo

HackIndex

SNMP
Service

SNMP

Network monitoring and management

:161 :162 6 guides 3 phases
1 min read Updated: Jul 13, 2026

What is SNMP?

SNMP (Simple Network Management Protocol) lets network devices share status and metrics.

Common security issues

  • Default community strings (public, private).

  • SNMPv1/v2 no encryption.

  • Info disclosure.

  • Write access abuse.

Default ports

  • 161

  • 162

Enumeration

Brute force communities, enumerate system info, and walk OIDs

3
SNMP Community String Brute Forcing

SNMP Community String Brute Forcing

Brute force SNMP community strings using tools like onesixtyone and Hydra to gain unauthorised read/write access to network device configurations.

Jan 4, 2026 1 min read

Vulnerability Discovery

Test SNMP community strings and write access for RCE paths

2

SNMP Default and Weak Community Strings

Enumerate SNMP services for default or weak community strings (public/private) using brute-force tools to gain unauthorised read/write access to network devices.

May 15, 2026 3 min read

SNMP Write-Enabled Community String

Identifies SNMP community strings with write access enabled, allowing attackers to modify device configurations, routing tables, and system settings remotely.

May 15, 2026 3 min read

Exploitation

Guides on exploiting SNMP write access for RCE via MIB extensions

1