Skip to content

inavedanjum/Network-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

network-scanner to discover connected host information.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages