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