pcap_http_objects
Extract HTTP objects like files from PCAP network captures to analyze web traffic and exported content for security testing and network forensics.
Instructions
Export HTTP objects (files) from a PCAP to a directory. Returns exported_count, output_dir, files list, and tshark_output. Creates files in the output directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | Yes | Path to the PCAP file | |
| output_dir | Yes | Directory to export HTTP objects to |