Skip to content

SuryanshChopra/Network_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Network_Scanner

A python program to scan all the IPs on your Network

Help:

python network_scanner.py --help

Example:

python network_scanner.py --target 192.168.1.1/24

Note: This code will work only for python2 but if you want to run it on python3 then install the following modules

Requirements:

-> scapy-python3

pip3 install scapy-python3

Usage:

python3 network_scanner.py --target 192.168.1.1/24

About

A python program to scan all the IPs on your Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages