LasCC / Packet-Sniffer

Packet sniffer using scapy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packet sniffer

  • Sniff all the packet on the choosen interface

Tech part

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

  • scapy
  • argparse
  • scapy.layers
  • python

Installation

pip install scapy 
pip install argparse
pip install scapylayers

Usage

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

optional arguments:
  -h, --help            show this help message and exit
  -i INTERFACE, --ip INTERFACE
                        Interface of the network (ex: enO / ethO)
python main.py -i en0

Pictures

N|Solid

@LasCC

About

Packet sniffer using scapy


Languages

Language:Python 100.0%