Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 767 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 767 Bytes

Network-Scanner

This tool is used to scan networks.

• Discvover all connected hosts.

• Display their IP Address.

• Display their MAC Address

Information

This tool is for educational purpose only, usage of network scanner for attacking targets without prior mutual consent is illegal. Developer assume no liability and is not responsible for any misuse or damage cause by this program.

Download

git clone https://github.com/inavedanjum/Network-Scanner.git
cd Network-Scanner
chmod +x network_scanner.py

Usage

python3 network_scanner.py -t <target>
                    or 
python3 network_scanner.py --target <target>

example:
python3 network_scanner.py -t 192.168.1.1/24

Install Modules

pip3 install -r requirements.txt