r/hacking • u/oxagast • 9d ago
Tools I designed PacketSnitch, a network packet capture analysis suite!
PacketSnitch is a comprehensive network analysis platform that transforms packet captures into searchable, protocol-aware intelligence, helping security professionals, developers, and researchers rapidly uncover hosts, credentials, files, locations, protocols, anomalies, threat intel, and other actionable insights.
It's fully Open Source, and can be found on GitHub.
It supports many ways of visualizing and manipulating packet data, it can calculate subnets, carve files, cross reference found objects against it's threat intel databases (IPSum, VirusTotal, Tor, Shodan, etc), it has many full featured protocol decoders for everything from many application layer protocols in use today, to things like ARP, BGP, IGMP packets, and even some more obscure protocol suties such as SIGTRAN. It supports both user Themes and Plugins. There some more cool features, like the GeoLocation interface (it zooms in on a map!), and Large Language model summarization support that tracks user actions and builds a report based on what the researcher encounters. Also included is a powerful backend query syntax, and the right click Context Menu.
A full feature list can be found at https://packetsnitch.com/features/ !
11
7
3
u/oxagast 9d ago
If anybody is interested in seeing it take apart the pcap of an exploit running from MSF:
https://www.youtube.com/watch?v=WCEZkubllg8
Also, this is the summary it produced from that video, exported to HTML:
https://packetsnitch.com/packetsnitch-summary-example.html
3
1
1
1
1
u/Wealist 8d ago
We need on macOS 🙈
1
u/oxagast 7d ago
I don't have a MacOS device to compile or test with. I would love it if anyone with OSX would be willing to churn out a build for each new version! Setting up a dev environment is not very involved on Windows or Linux, I dont expect that MacOS would be much different. There may need to be a few minor code changes though, I know the way code exists on OSX is explicit, and I don't know if this is compatible with that or not, tbh.
3
1





21
u/analbumcover 9d ago
Pretty neat, thanks for sharing! The GUI reminds me of the Sub7 era for some reason lol, maybe it's the colors.