SNMP Check
[[ Description ]]
Snmpcheck is a free open source utility to get information via SNMP protocols. It works fine against Windows, Linux, Cisco, HP-UX, SunOS systems and any devices with SNMP protocol support. It could be useful for penetration testing or systems monitoring.
[[ Example ]]
./snmpcheck-1.7.pl -t 192.168.1.100
./snmpcheck.pl -t [IP address] [-options]
-t target host or IP address range
-w detect write access
-p snmp port (default 161)
-c snmp community (default public)
-v snmp version (default 1)
-r request retries (default 1)
-d disable "TCP connections" enumeration
-T timeout (default 45, max 60)
-l enable logging
-h help menu