Giter VIP home page Giter VIP logo

pinger's Introduction

pinger

Pinger is a tool for doing really fast ping sweeps.

It's nothing special really, pinger just calls ping on the local machine in a subprocess for each host in the subnet via a multiprocessing pool.

Requirements

Python >= 3.4

Installation

pip3 install --user https://github.com/bobthebutcher/pinger/archive/master.zip

You may need to restart your shell to update your path

exec bash -l

Usage

Ping a single host

pinger 4.2.2.2
#################### Results ####################
Total Hosts: 1 | Hosts up: 1 | Hosts down: 0

Add the -v Verbose flag to get instant feedback for each host

pinger 4.2.2.2 -v 
4.2.2.2 -- UP
#################### Results ####################
Total Hosts: 1 | Hosts up: 1 | Hosts down: 0

Pingsweep a subnet

pinger 10.1.1.0/24 -v 
10.1.1.178 -- UP
10.1.1.100 -- UP
<snip>
10.1.1.249 -- DOWN
10.1.1.44 -- DOWN
#################### Results ####################
Total Hosts: 254 | Hosts up: 17 | Hosts down: 237

JSON output

The result can be stored as json and writen to a file

pinger 4.2.2.2 -f out.json
#################### Results ####################
Total Hosts: 1 | Hosts up: 1 | Hosts down: 0

cat out.json 
{"4.2.2.2": "UP"}

pinger's People

Contributors

bwks avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

miekuskamil

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.