Onesixtyone

From aldeid
Jump to navigation Jump to search

Description

Onesixtyone is a simple SNMP scanner which sends requests for the sysDescr value asynchronously with user-adjustable sending times.

Installation

$ sudo apt-get install onesixtyone

Usage

Basic syntax

$ onesixtyone [options] <host> <community>

Options

-c <communityfile>
file with community names to try
-i <inputfile>
file with target hosts
-o <outputfile>
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

Example

$ onesixtyone 192.168.100.51
Scanning 1 hosts, 2 communities
192.168.100.51 [public] HP J4093A ProCurve Switch 2424M, revision C.09.30, ROM C.06.01 (/sw/code/build/vgro(c09))

Comments

Talk:Onesixtyone