|
| 1 | +.TH ONESIXTYONE |
| 2 | +.SH NAME |
| 3 | +onesixtyone \- efficient SNMP scanner |
| 4 | +.SH SYNOPSIS |
| 5 | +onesixtyone [options] <host> <community> |
| 6 | +.SH DESCRIPTION |
| 7 | +onesixtyone is an SNMP scanner which utilizes a sweep technique to achieve very |
| 8 | +high performance. It can scan an entire class B network in under 13 minutes. |
| 9 | +It can be used to discover devices responding to well-known community names |
| 10 | +or to mount a dictionary attack against one or more SNMP devices. |
| 11 | + |
| 12 | +onesixtyone takes a different approach to SNMP scanning. It takes advantage |
| 13 | +of the fact that SNMP is a connectionless protocol and sends all SNMP requests |
| 14 | +as fast as it can. Then the scanner waits for responses to come back and logs |
| 15 | +them, in a fashion similar to Nmap ping sweeps. By default onesixtyone waits |
| 16 | +for 10 milliseconds between sending packets, which is adequate for 100Mbs |
| 17 | +switched networks. The user can adjust this value via the -w command line |
| 18 | +option. If set to 0, the scanner will send packets as fast as the kernel would |
| 19 | +accept them, which may lead to packet drop. |
| 20 | +.SH OPTIONS |
| 21 | +.HP |
| 22 | +.B \-c <communityfile> |
| 23 | +file with community names to try |
| 24 | +.TP |
| 25 | +.B \-i <inputfile> |
| 26 | +file with target hosts |
| 27 | +.TP |
| 28 | +.B \-o <outputfile> |
| 29 | +output log |
| 30 | +.TP |
| 31 | +.B \-d |
| 32 | +debug mode, use twice for more information |
| 33 | +.TP |
| 34 | +.B \-w n |
| 35 | +wait n milliseconds (1/1000 of a second) between sending packets (default 10) |
| 36 | +.TP |
| 37 | +.B \-q |
| 38 | +quiet mode, do not print log to stdout, use with \-l |
| 39 | +.PP |
| 40 | +examples: onesixtyone \-c dict.txt 192.168.4.1 public |
| 41 | +.IP |
| 42 | + \&onesixtyone \-c dict.txt \-i hosts \-o my.log \-w 100 |
| 43 | +.HP |
| 44 | +.B \-c <communityfile> |
| 45 | +file with community names to try |
| 46 | +.TP |
| 47 | +.B \-i <inputfile> |
| 48 | +file with target hosts |
| 49 | +.TP |
| 50 | +.B \-o <outputfile> |
| 51 | +output log |
| 52 | +.TP |
| 53 | +.B \-d |
| 54 | +debug mode, use twice for more information |
| 55 | +.TP |
| 56 | +.B \-w n |
| 57 | +wait n milliseconds (1/1000 of a second) between sending packets (default 10) |
| 58 | +.TP |
| 59 | +.B \-q |
| 60 | +quiet mode, do not print log to stdout, use with \-l |
| 61 | +.PP |
| 62 | +examples: onesixtyone \-c dict.txt 192.168.4.1 public |
| 63 | +.IP |
| 64 | +\&onesixtyone \-c dict.txt \-i hosts \-o my.log \-w 100 |
0 commit comments