Skip to content

This Python application is used to send ICMP pings to multiple IP addresses.

License

Notifications You must be signed in to change notification settings

sefabasnak/MULTIPLE-PING

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MULTIPLE-PING

This Python application is used to send ICMP pings to multiple IP addresses.

Usage

To use this tool, follow the steps below:

Clone the project:

git clone https://github.com/sefabasnak/multiple-ping.git

Use the following commands to send ICMP pings to IP addresses:

python3 multiple-ping.py -h
usage: multiple-ping.py [-h] (-u URL | -l LIST) [-t TIMEOUT]

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Pings an IP or domain address
  -l LIST, --list LIST  Pings IP or domain addresses from a file
  -t TIMEOUT, --timeout TIMEOUT Maximum timeout for ping responses (seconds)

Sending a ping to a single IP or domain:

python multiple-ping.py -u <IP or domain>

Sending pings to a list of IP addresses or domains:

python multiple-ping.py -l <file_path>

About

This Python application is used to send ICMP pings to multiple IP addresses.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages