Skip to content

LinuxLearnorg/bash-network-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

bash-network-scanner

network scanner with bash script

this simple bash script check all alive hosts in network

USAGE:

./main.sh IP CIDR

example:

./main.sh 192.168.1.1 28

OUTPUT:

Node with IP: 192.168.1.1 is up.

Node with IP: 192.168.1.2 is up.

Node with IP: 192.168.1.3 is DOWN.

Node with IP: 192.168.1.4 is DOWN.

Node with IP: 192.168.1.5 is DOWN.

Node with IP: 192.168.1.6 is DOWN.

Node with IP: 192.168.1.7 is DOWN.

Node with IP: 192.168.1.8 is DOWN.

Node with IP: 192.168.1.9 is DOWN.

Node with IP: 192.168.1.10 is DOWN.

Node with IP: 192.168.1.11 is DOWN.

Node with IP: 192.168.1.12 is DOWN.

Node with IP: 192.168.1.13 is DOWN.

Node with IP: 192.168.1.14 is DOWN.

About

network scanner with bash script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages