OneSixtyOne
[[ Description ]]
An efficient SNMP scanner. It takes advantage of the fact that SNMP is a connectionless protocol and sends all SNMP requests as fast as it can. Then the scanner waits for responses to come back and logs them, in a fashion similar to Nmap ping sweeps.
[[ Example ]]
onesityone -c dict.txt 192.168.1.100 public
onesixtyone [options] [host] [community]
-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 between sending packets (default 10)
-q quiet mode, do not print log to stdout, use with -l