extract_credentials
Scan PCAP files to extract credentials including HTTP Basic Auth, FTP logins, Telnet prompts, and Kerberos hashes for security analysis.
Instructions
Extract potential credentials from a PCAP file.
Scans for:
HTTP Basic Authentication headers
FTP USER/PASS commands
Telnet login/password prompts
Kerberos AS-REQ/AS-REP hashes (crackable with hashcat)
Args: filepath: Path to PCAP/PCAPNG file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes |