LasCC / Network-Scanner

A python network scanner using scapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%