Skip to content

brambeekman/ipsweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ipsweep.sh

Installation:

# Clone ipsweep repository & enter the folder
git clone https://github.com/brambeekman/ipsweep
cd ipsweep

# Execute the script
./ipsweep.sh [ip address without last number]

Extra use cases

# Save output to a file
./ipsweep.sh 192.168.56 > ips.txt

# Use save file with nmap to scan IPs
for ip in $(cat ips.txt); do nmap $ip; done

About

Simple bash script to sweep ips with ping

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages