Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.
/ packetGraph Public archive

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

License

Notifications You must be signed in to change notification settings

xdavidhu/packetGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published