Skip to content

LasCC/Packet-Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages