James-Oswald / Wireshrek

A python tool for capturing and displaying packet into. Not meant to record, just to stay on in the background on your second monitor and give you a taste of network traffic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireshrek

Wireshrek is a simple wireshark like application written in python using scapy and tkinter.

Goal

Wireshrek is not designed to capture and record all network traffic like wireshark. Rather, its meant to provide a visual represnation of network trafic that can be kept open on a second monitor

Dependencies

Wireshrek was built in Python using scapy and tkinter. It was developed on Windows 10 and thus scapy requires npcap to function. The application has not been tested on Linux or Mac but as long as scapy has the ability to capture packets, it should work.

About

A python tool for capturing and displaying packet into. Not meant to record, just to stay on in the background on your second monitor and give you a taste of network traffic.

License:MIT License


Languages

Language:Python 100.0%