onesixtyone
Scans networks for SNMP-enabled devices and tests community strings to identify which ones are readable, returning IPs with valid strings and system details.
Instructions
Fast SNMP scanner — discovers SNMP-enabled devices and tests community strings. Use when you suspect SNMP is running (port 161 UDP) and want to find readable community strings (public, private, or custom). Much faster than snmpwalk for initial discovery. Output: list of IPs with their valid community strings and system descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional onesixtyone options | |
| target | Yes | Target IP or hostname | |
| community | No | Community string to test (default: 'public'). Use a file path for multiple strings. |