An open API service indexing awesome lists of open source software.

https://github.com/pavanchhatpar/packet-sniffer

A Packet Sniffer app made using Python for Linux
https://github.com/pavanchhatpar/packet-sniffer

Last synced: about 2 months ago
JSON representation

A Packet Sniffer app made using Python for Linux

Awesome Lists containing this project

README

        

# Packet Sniffer
A Packet Sniffer app made using Python for Linux

## Setup
Change directory into the project after cloning and run,
```
sh setup.sh
```
It will ask for root access

## Run the project
Either do,
```
sudo python GUISniffer.py
```
or
```
sudo ./Packet\ Sniffer
```
## Screenshot
![Screenshot of App](/GUI.png?raw=true "GUI")