amartyanambiar / myIP-Listener

A bash script that returns IP addresses of devices connected to the local n/w.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myIP-Listener

Description

BASH IP scanner It returns back the IP addresses of the devices connected to your local network.

Requirements

Clone the repository:

git clone https://github.com/amartyanambiar/myIP-Listener.git

Usage

Go to the project directory inside the system and open the terminal. Make the ipsweep.sh file executable by:

chmod +x ipsweep.sh 

Then run it

./ipsweep.sh [ip_address(2 arg)]

Example

Input:

./ipsweep.sh 191.128.1

Output:

191.128.1.3
191.128.1.1

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

A bash script that returns IP addresses of devices connected to the local n/w.


Languages

Language:Shell 100.0%