Skip to content

JohnBatshon/IP-Sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IP-Sweeper

Description

This Bash script checks if the user has provided an IP address as the first argument when executing the script. If no IP address is provided, it displays an error message indicating that an IP address is required and provides the correct syntax. However, if the user provides a valid IP address, the script proceeds to sweep through a range of IP addresses from 1 to 254, pinging each IP address to check if a device responds. If a device responds, it extracts the IP address from the response and displays it. This script is essentially an IP address scanning tool that identifies active devices within a specified IP range.

Languages and Utilities Used

  • Bash

Environments Used

  • Kali Linux

Example IP Sweeper.sh in use

Showing the script in action via Kali Command-Line Interface:
Disk Sanitization Steps

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages