snmp-check
Human-readable SNMP enumeration.
KaliParrotlow
pkg: snmpcheck
snmp-check queries SNMP and presents system, network, process and user details cleanly.
Syntax
snmp-check -c {community} {host}
Example
snmp-check -c public 10.0.0.1
Enumerates the device over SNMP using the public community.
Advantages
- Readable structured output
- Good for device recon
Disadvantages
- Needs valid community
- SNMP must be exposed
Tags
#snmp
Official docs: snmp-check ↗
Related commands
Frequently asked questions
What is snmp-check used for?
snmp-check queries SNMP and presents system, network, process and user details cleanly.
What is an example snmp-check command?
A common example is: snmp-check -c public 10.0.0.1 — Enumerates the device over SNMP using the public community.
Is snmp-check part of Kali Linux?
Yes. snmp-check ships with Kali Linux (and Parrot OS). If missing, install it with: sudo apt install snmpcheck.
What category of security tool is snmp-check?
snmp-check is a Information Gathering tool with a low-risk profile when run against a live target.
Try recon tools live
Run real scans against a domain you control, stage by stage.