Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 723 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 723 Bytes

PingSweeper Script

A simple shell script to perform a network ping sweep, allowing you to check the availability of devices within a specific IP range. This script helps network administrators quickly identify active hosts on a network by sending ping requests to each IP address in the range.


🚀 Getting Started

1. Clone the Repository

To use this script, first clone the repository to your local machine:

git clone https://github.com/username/pingsweeper.git
cd pingsweeper

2. Make the Script Executable

Before running the script, make sure it's executable:

chmod +x pingsweep.sh

3. Run the Script

You can run the script :

./pingsweep.sh