Inspiration
Most of our team has used the industry accept application Wireshark to display the contents of a packet capture file (.pcap). It's very confusing and very hard to sort out information from it, especially for beginners. So we wanted to create a tool to simplify the output of packet capture files.
What it does
The tool carves and parses the packet capture file for most of the necessary data. It then aggregates it and puts it on a nice graph/visualization of a website.
How I built it
It's built using python, tshark, and flask
Challenges I ran into
We ran into challenges finding the right filters for specific values and showing the relevant info because there are soo many things within a pcap file.
Log in or sign up for Devpost to join the conversation.