kali_network_tcpdump_capture
Capture network packets on specified interfaces using BPF filters for security analysis and troubleshooting. Save captured data to PCAP files for detailed examination.
Instructions
Capture network packets for analysis. Supports BPF filters and can save to PCAP files.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | Network interface to capture on (e.g., 'eth0', 'wlan0', 'any') | |
| filter | No | BPF filter expression (e.g., 'port 80', 'host 192.168.1.1') | |
| count | No | Number of packets to capture (default: unlimited) | |
| duration | No | Capture duration in seconds | |
| output_file | No | Output file path (.pcap format) | |
| verbose | No | Verbose output |