Showww
  • Published
  • Category repository
  • Tags go, networking, open-source
vanta

vanta is a small, open-source network packet analyzer written in Go, designed as a learning tool rather than a Wireshark replacement.

It supports parsing basic protocols such as TLS, DNS, and HTTP, and includes a small fuzzing engine for testing payload responses. Users can inspect raw packet content directly from the terminal, with colored output for enhanced readability.

The project comprises approximately 400 lines of Go code, serving as a personal experiment to understand network parsing and protocol behavior.