extract_ntlm_hashes
Extract NTLM hashes from SMB/RDP authentication traffic in PCAP files. Supports hashcat and John the Ripper formats for password cracking.
Instructions
【RDP/SMB取证】Extract NTLM hashes from SMB/RDP authentication traffic. Supports Hashcat and John the Ripper formats. Accepts session_id or pcap_path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | No | Optional PCAP path (absolute or relative to workdir) | |
| session_id | No | Optional session ID of loaded PCAP | |
| max_packets | No | Maximum number of packets to process (when pcap_path is used) | |
| output_format | No | Output format: hashcat, john, or raw | hashcat |