Skip to content

LasCC/Network-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Network Scanner

  • Scan all the current IP on your network with their MAC address

Tech part

This script uses a number of open source projects to work properly:

  • scapy
  • argparse
  • python

Installation

pip install scapy 
pip install argparse

Usage

usage: main.py [-h] [-i TARGET]

optional arguments:
  -h, --help            show this help message and exit
  -i TARGET, --ip TARGET
                        Target IP / IP Range
python main.py -i 192.168.1.1/24

Pictures

N|Solid

@LasCC

About

A python network scanner using scapy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages