onesixtyone
The SNMP protocol is a stateless, datagram oriented protocol. An SNMP scanner is a program that sends SNMP requests to multiple IP addresses, trying different community strings and waiting for a reply. Unfortunately SNMP servers don’t respond to requests with invalid community strings and the underlying UDP protocol does not reliably report closed UDP ports.
Details
Category: Network
Publisher: trickest
Created Date: 9/7/2021
Container: quay.io/trickest/onesixtyone:f2a4fa5
Source URL: https://github.com/trailofbits/onesixtyone
Parameters
Command:
-p
- Specify an alternate destination SNMP port.Command:
-d
- Enable debug mode.Command:
-i
- File with target hosts.Command:
-q
- Quiet mode, do not print log to stdout.Command:
-c
- File with community names to try.Command:
-w
- Wait n milliseconds (1/1000 of a second) between sending packets (default: 10).