Skip to content

This is a Network scanner tool made with python like Net discover tool in Kali Linux

License

Notifications You must be signed in to change notification settings

kidnapshadow-sidharth/network_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network_scanner

This is a Network scanner tool made with python like netdiscover tool in kali linux It can be used to scan a target or network range.

Installation

git clone https://github.com/kidnapshadow-sidharth/network_scanner.git

cd network_scanner

sudo chmod +x setup.sh

sudo bash setup.sh

python3 network_scanner.py

Example

python3 network_scanner.py

python3 network_scanner.py 192.168.0.0

Requirment_for tool

import sys

from scapy.all import srp

from scapy.layers.l2 import ARP, Ether

from colorama import init, Fore

About

This is a Network scanner tool made with python like Net discover tool in Kali Linux

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published