← Back to tools
View AGENTS.md for packemon
packemon
TUI tool and Go library for sending and monitoring network packets
Description
packemon is a TUI tool and Go library for sending packets of arbitrary input and monitoring packets on any network interfaces. It defaults to eth0 and provides an interactive interface for packet crafting and analysis.
AI Summary
TUI tool for sending arbitrary network packets and monitoring network interfaces
Capabilities
- + Send packets with arbitrary content
- + Monitor network interfaces
- + Interactive TUI interface
- + Packet crafting
Use When
- → When you need to craft and send custom network packets
- → When you want to monitor network traffic interactively
Avoid When
- x When you need production-grade packet capture (use tcpdump/wireshark)