kali_network_tshark_capture
Capture and analyze network packets using Wireshark CLI with advanced filtering and multiple output formats for penetration testing and security assessments.
Instructions
Wireshark CLI for packet capture and analysis with advanced filtering and multiple output formats.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interface | Yes | Network interface to capture on | |
| filter | No | Display filter (e.g., 'http', 'tcp.port == 80') | |
| count | No | Number of packets to capture | |
| duration | No | Capture duration in seconds | |
| fields | No | Fields to display (e.g., ['ip.src', 'ip.dst', 'tcp.port']) | |
| output_format | No | Output format | text |