analyze_http_headers
Analyze HTTP headers from PCAP files to extract cookies, session tokens, authorization headers, and detect suspicious header spoofing.
Instructions
Analyze HTTP headers from a PCAP file — tokens, cookies, auth headers.
Extracts:
Cookies and session tokens
Authorization headers (Bearer, API keys)
Custom security headers
Suspicious headers (X-Forwarded-For spoofing)
Args: filepath: Path to PCAP/PCAPNG file include_cookies: Whether to include cookie analysis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| include_cookies | No |