ToolsFebruary 9, 20261 min readby 0xt0pus

onesixtyone

Fast SNMP community string brute-forcer for discovering SNMP-enabled devices


Onesixtyone

Description

Onesixtyone is an SNMP community string brute force tool. It is used to discover SNMP services and find valid community strings on target hosts.

Usage 1: Brute Force SNMP Community Strings

Create a community string file and IP list, then brute force.

Command:

echo public > community
echo private >> community
echo manager >> community
for ip in $(seq 1 254); do echo 192.168.50.$ip; done > ips
onesixtyone -c community -i ips