-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f93abf1
commit e79f467
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# 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: | ||
|
||
Sending a ping to a single IP or domain: | ||
|
||
python multiple-ping -u <IP or domain> | ||
|
||
Sending pings to a list of IP addresses or domains: | ||
|
||
python multiple-ping -l <file_path> |