Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sefabasnak authored Sep 28, 2023
1 parent f93abf1 commit e79f467
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
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>

0 comments on commit e79f467

Please sign in to comment.