Giter Club home page Giter Club logo

snmpscan's Introduction

SNMPScan

SNMPScan is a simple network scanner that looks for SNMP agents. Given a subnet, it sends an SNMP Get request to each host with the default community public, and if the host sends a response back, it is counted as active.

Usage: ./snmpscan [-hd] [-c community] [-r retries] [-t timeout] [-p parallel_requests] subnet

Options:

  • -h: Shows the usage.
  • -d: Enables debug log. Use -dd for more verbose output.
  • -c: SNMP community to use for requests. Default: public.
  • -r: Number of retransmissions. Default: 1.
  • -t: Timeout (in ms) to wait for each request. Default: 400ms.
  • -p parallel_requests: Limits the maximum number of concurrent requests. Default: 4.
  • subnet: Subnet to scan. To scan a single host use a.b.c.d/32.

Compilation

SNMPScan depends on net-snmp. To install development headers on Debian, install the package libsnmp-dev:

sudo apt install libsnmp-dev

To compile SNMPScan:

make

As an example of the usage of SNMPScan, there is a simple script test.sh that spins up some Docker containers with snmpd (see tnwinc/snmp) and tries a scan.

snmpscan's People

Contributors

95ulisse avatar

Stargazers

Jan Chrillesen avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.