An enhanced version of Solar Eclipse’s SNMP Community string guessing tool.
This is an updated version of Solar Eclipse’s SNMP bruteforcing tool. Onesixtyone is an SNMP scanner that sends multiple SNMP requests to multiple IP addresses, trying different community strings and waiting for replies. This version fixes a number of bugs in other publically available versions of the software, such as allowing for very large dictionary files and reading target IP addresses from a file.
Key features
- Very fast scanning speed (over 50,000 guesses per second)
- Scan a single host or thousands of hosts at the same time
- Tunable scan speed to support both LAN and WAN testing
Bug fixes
- Very large dictionary files supported
- Enhanced error messages
- -w option works correctly to slow down / speed up scans
Usage
onesixtyone v0.7 ( https://labs.portcullis.co.uk/application/onesixtyone/ ) Based on original onesixtyone by solareclipse@phreedom.org Usage: onesixtyone [options] -c file with community names to try -i file with target hosts -o output log -d debug mode, use twice for more information -w n wait n milliseconds (1/1000 of a second) between sending packets (default 10) -q quiet mode, do not print log to stdout, use with -l examples: onesixtyone -c dict.txt 192.168.4.1 public onesixtyone -c dict.txt -i hosts -o my.log -w 100