Skip to content

Ahm3dRN/Ping-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Simple Ping Tool

Ping tool is a sample ping tool created with python .

modules:

  • Ping_Tool - It Takes 1 argument which is the ip ranges.

Methods:

  • scapy_ping - ping using Scapy Module
  • subprocess_ping - Use python built in subprocess Module.

installing:

$ git clone https://github.com/Ahm3dRN/Ping-Tool

$ cd Ping-Tool/

$ python -m pip install -r requirements.txt

usage:

Start ping-tool with Python:

python ping-tool.py 

Start ping-tool with Python using arguments:

pingtool.py <ip-range> <type>

The arguments should be for ips and for method in the class type 1 for scapy_ping method and 2 for subprocess_ping method.

Note That!:

I'm not responsible for anything you do with this program, so please only use it for good and educational purposes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages