pcap_extract_credentials
Extract credentials from PCAP files by analyzing FTP, HTTP, and SMTP network traffic for security auditing and forensic investigations.
Instructions
Extract credentials from FTP, HTTP, and SMTP traffic. Returns ftp_credentials, http_authorization_headers, http_post_data, and smtp_data. Read-only, may contain sensitive credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | Yes | Path to the PCAP file | |
| protocol | No | Protocol to extract credentials from | all |