Skip to content
/ pyping Public

Simple Python implementation to ping hosts that support ICMP and TCP protocols

Notifications You must be signed in to change notification settings

reztdev/pyping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPing a simple Ping Python

How to use?

install dependencies for support this module: pip install -r requirements.txt

and than, run file setup.py python setup.py install

Note!!

You need as admin or root to running this module

  • You can make things as you wish
from pyping import pyping

pyping.ping("www.google.com", count=5, protocol="icmp")

Run script

Screenshot 1

Result capture with Netsniff-ng

Screenshot 2

About

Simple Python implementation to ping hosts that support ICMP and TCP protocols

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages