SNMPCheck - Tool To Enumerate Information via SNMP Protocol
SNMPCheck is an open source tool that allows you to automate the process of gathering information of any devices with SNMP protocol support (Windows, Unix-like, network appliances, printers...).
It provides the output in a very human readable format. It could be useful for penetration testing or systems monitoring.
Note: Snmpcheck should not be used against machines you do not own or administrator. This tool might create IDS warnings.
Note: Snmpcheck should not be used against machines you do not own or administrator. This tool might create IDS warnings.
It supports the following enumerations:
- contact
- description
- detect write access
- devices
- domain
- hardware and storage information
- hostname
- IIS statistics
- IP forwarding
- listening UDP ports
- location
- motd
- mountpoints
- network interfaces
- network services
- processes (glance at parameters!)
- routing information
- software components
- system uptime
- TCP connections
- total memory
- uptime
- user accounts
- filename (printer)
- username (printer)
- client (printer)
- timestamp (printer)
- domain (printer)
- application name (printer)
- application command (printer)
Requirements:
Usage:
snmpcheck.rb [OPTIONS] {target IP address}
-p --port : SNMP port. Default port is 161
-c --community : SNMP community. Default is public
-v --version : SNMP version (1,2c). Default is 1
-w --write : detect write access (separate action by enumeration)
-d --disable_tcp : disable TCP connections enumeration!
-t --timeout : timeout in seconds. Default is 5
-r --retries : request retries. Default is 1
-i --info : show script version
-h --help : show help menu
You might also like:
- iGoat - A Deliberately Insecure iOS Application
- Charles - A Web Debugging Proxy for Windows, Mac OS, and Linux
- pMap - Tool for Passive Discovery, Scanning, and Fingerprinting
- Killtrojan Syslog - Tool To Detect Malware Activity On a System
- Azazel - Userland Anti-debugging & Anti-detection Rootkit
- Pac4Mac - Forensics Framework for Mac OS X
- Advanced Encryption Package - A File encryption Software for Windows
- Haveged - A Simple Entropy Daemon
- FGscanner - An Open-source URL Scanner
- EtherApe - A Graphical Network Monitor
- PACK - Password Analysis and Cracking Toolkit
- TYFYP - Massive Telnet Password Tester For Routers
- OpenSSH - A Free SSH Protocol Suite
- RACFSNOW - Password Cracker For RACF
- DDOSIM - Application Layer DDOS Simulator
- Rekall - Memory Forensic Framework
- Rootkit Hunter - Security Monitoring and Analyzing Tool
- Quarks PwDump - Tool To Extract Credentials From Windows Operating Systems
from Effect Hacking full article here