wireshark_extract_credentials
Scan pcap files for exposed plaintext credentials including HTTP Basic Auth, FTP passwords, and Telnet logins to identify security vulnerabilities.
Instructions
[Security] Scan for plaintext credentials (HTTP Basic Auth, FTP passwords, Telnet).
Args: pcap_file: Path to capture file
Returns: Credential findings summary or JSON error
Example: wireshark_extract_credentials("insecure.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |