Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 605 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 605 Bytes

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