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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8.
.TH ONESIXTYONE "1" "April 2019" "User Commands"
.SH NAME
onesixtyone \- fast and simple SNMP scanner
.SH SYNOPSIS
onesixtyone [options] <host> <community>
.SH OPTIONS
.HP
\fB\-c\fR <communityfile> file with community names to try
.TP
\fB\-i\fR <inputfile>
file with target hosts
.TP
\fB\-o\fR <outputfile>
output log
.TP
\fB\-p\fR
specify an alternate destination SNMP port
.TP
\fB\-d\fR
debug mode, use twice for more information
.TP
\fB\-s\fR
short mode, only print IP addresses
.TP
\fB\-w\fR n
wait n milliseconds (1/1000 of a second) between sending packets (default 10)
.TP
\fB\-q\fR
quiet mode, do not print log to stdout, use with \fB\-l\fR
.PP
host is either an IPv4 address or an IPv4 address and a netmask
default community names are: public private
.IP
Max number of hosts : 65535
.IP
Max community length: 32
.IP
Max number of communities: 16384
.SH EXAMPLES
.TP
onesixtyone 192.168.4.0/24 public
.TP
onesixtyone \fB\-c\fR dict.txt \fB\-i\fR hosts \fB\-o\fR my.log \fB\-w\fR 100
.SH COPYRIGHT
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
|