Tearran / packetGraph

๐Ÿ“Š A small tool for displaying the WiFi traffic around you in the terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packet Graph

โš ๏ธ Warning! This project is no longer maintained and may not work as excepted.

Displays the WiFi traffic around you in a nice terminal graph.

Screenshot of PacketGraph

Usage

To scan the traffic you can either use a standard WiFi interface or an ESP8266!

Install the requirements

sudo apt update && sudo apt install tshark python3-pip -y

sudo pip3 install -r requirements.txt

WiFi interface (e.g. USB dongle)

Start monitor mode on your WiFi card: airmon-ng start <interface>
Example: airmon-ng start wlan0

Make sure your card supports monitor mode!

ESP8266

Flash the esp8266_packet_counter onto your ESP8266. You can either use the Arduino sketch or the .bin file.
Then just plug the ESP8266 in over USB.

Start the program

sudo python3 packetGraph.py

About

๐Ÿ“Š A small tool for displaying the WiFi traffic around you in the terminal.

License:MIT License


Languages

Language:Python 92.3%Language:C++ 7.7%