
Show HN: A toy version of Wireshark (student project) by lixiasky
Vanta: Lightweight Behavioral Packet Analyzer
Author: lixiasky
Version: 1.0
License: Apache 2.0
Project Overview
Vanta is a lightweight, fast, command-line-based network behavior analyzer. It reconstructs protocol-level flows and extracts structured activity from captured data.
Unlike full-featured GUI tools like Wireshark, Vanta focuses on clarity, structure, and simplicity — ideal for custom scripting and minimal setups.
Features
Protocol-Level Parsing
Supports HTTP, DNS, TLS (with partial fingerprinting)
Connection Tracking
Automatically reconstructs bidirectional flows
Behavior Exporting
Outputs clean JSON-formatted summaries
Portable & Dependency-Free
Single binary, no external dependencies
Quick Start (See usage/ folder for full guide)
go run main.go
Refer to the usage fo
12 Comments
dotaenjoyer322
Cool! Will definitely take a look.
Curios what made you choose Go for this project? I am looking into building a toy version of Burp with either Rust/Go but still undecided.
jasonthorsness
Go is great for tools like this. I've built MITM protocol analyzers a few times. Being able to completely customize the handling, analysis, and break in in the debugger can make it more useful than a super-capable but general-purpose tool like Wireshark.
colesantiago
This looks nice, perhaps name your project babyshark?
kinduff
[flagged]
Hikikomori
Cool! I did something similar when I wanted to learn Go, but did my own parsers instead of using gopacket, I would recommend doing that yourself if you want to learn more low level stuff.
How I parsed IP for example:
thenthenthen
Screenshots please!
dang
[stub for offtopicness]
Cockbrand
This reads a bit like Linus' first annoucement, see https://en.wikipedia.org/wiki/History_of_Linux#:~:text=Hello… – godspeed to you, and let's see when you will take over :)
worldsayshi
Cool! I've sometimes gotten the impression that wireshark-lite is an unfulfilled niche so this is nice.
thegoodduck
https://github.com/thegoodduck/netsour
woleium
watch out for the other vanta (who do SOC2 stuff) they are keen to protect their name.
op00to
> This project is not just code — it's a response. Amid political pressure, some universities like Harvard, MIT, and CMU stood up for international students.
> I’m just an ordinary undergraduate with no resources or background. This is my way of responding — not by petition, but through code. Vanta may be small, but it’s real, and it’s mine.
This comes off as super ChatGPT-y to me. "X is not y — it's Z! Preamble, passionate statement. Sycophantic statement — list, of, a, few, things, but also this. Summarize statement, but this other thing, and saying the same thing again but in a slightly different way."
I've given up on ChatGPT because of this style of writing.