GithubHelp home page GithubHelp logo

powerping's Introduction

PowerPing - Advanced Windows Ping

Small improved command line ICMP ping program lovingly inspired by windows and unix, written in C#.


alt text

Usage:

 PowerPing [--?] | [--li] | [--whoami] | [--loc address] | [--g address] |
           [--cg address] | [--fl address] | [--t] [--c count] [--w timeout] 
           [--m message] [--i TTL] [--in interval] [--pt type] [--pc code] 
           [--dm] [--4] [--sh] [--nc] [--ti timing] target_name

Arguments:

 --?             Displays this help message
 --t             Ping the target until stopped (Control-C to stop)
 --c count       Number of pings to send
 --w timeout     Time to wait for reply (in milliseconds)
 --m message     Ping packet message
 --i ttl         Time To Live
 --in interval   Interval between each ping (in milliseconds)
 --pt type       Use custom ICMP type
 --pc code       use custom ICMP code value
 --dm            Display ICMP messages
 --4             Force using IPv4
 --sh            Show less detailed replies
 --nc            No colour
 --ti timing     Timing level:
                      0 - Paranoid    4 - Nimble
                      1 - Sneaky      5 - Speedy
                      2 - Quiet       6 - Insane
                      3 - Polite
 
 --li            Listen for ICMP packets
 --fl address    Send high volume of ICMP packets to address
 --g address     Graph view
 --cg address    Compact graph view
 --loc address   Location info for an address
 --whoami        Location info for current host

Examples:

 powerping 8.8.8.8                    -     Send ping to google DNS with default values (3000ms timeout, 5 pings)
 powerping github.com --w 500 --t     -     Send pings indefinitely to github.com with a 500ms timeout
 powerping 127.0.0.1 --m Meow         -     Send ping with packet message "Meow" to loopback address
 powerping 127.0.0.1 --pt 3 --pc 2    -     Send ping with ICMP type 3 (dest unreachable) and code 2

Features

  • Colour coded response times
  • Displays type and code of each ICMP packets
  • Capture all ICMP communications for a computer
  • Customisable ping payloads
  • Detailed graph and statistical views
  • IP location querying and whoami
  • Send pings with custom types and size
  • Ping flooding
  • Local network scanning and host discovery
  • Trace route functionality
  • Full IPv6 support

Screenshots

alt text alt text alt text alt text

Note:

Requires Elevated Rights (Admininstrator) to Run

Written by Matthew Carney [[email protected]] =^-^=

powerping's People

Contributors

killeroo avatar

Watchers

 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.