Linux command
packemon 命令
安全
May affect permissions or system state. Check the target first.
命令示例
Launch the packet monitor
sudo packemon monitor
Launch the packet generator
sudo packemon generator
Monitor on a specific interface
sudo packemon monitor --interface [eth0]
List available network interfaces
packemon interfaces
Show the packemon version
packemon version
说明
packemon is a TUI tool for generating custom network packets and monitoring traffic on network interfaces. It supports Ethernet, ARP, IPv4/IPv6, ICMP, TCP, UDP, TLS 1.2/1.3, QUIC, DNS, and HTTP protocols. The monitor mode can capture packets and export them to pcapng format for analysis in Wireshark.
参数
- monitor, mon, m
- Monitor packets received and sent on the specified interface.
- generator, gen, g
- Generate and send arbitrary network packets.
- interfaces, intfs, i
- List available network interfaces.
- debugging, debug, d
- Debugging mode intended for development.
- version, v
- Display version information.
- --interface _NAME_
- Network interface to use (default: `eth0`).
- -h, --help
- Show help.
FAQ
What is the packemon command used for?
packemon is a TUI tool for generating custom network packets and monitoring traffic on network interfaces. It supports Ethernet, ARP, IPv4/IPv6, ICMP, TCP, UDP, TLS 1.2/1.3, QUIC, DNS, and HTTP protocols. The monitor mode can capture packets and export them to pcapng format for analysis in Wireshark.
How do I run a basic packemon example?
Run `sudo packemon monitor` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does monitor, mon, m do in packemon?
Monitor packets received and sent on the specified interface.