Description
Blocks and waits until Inveigh captures the requested number of credentials, then returns them. Useful for chaining credential capture into automated workflows.
Overview
Blocks execution until the specified number of credentials have been captured by the running Inveigh session, or until the optional timeout is reached. Returns captured credentials as they arrive.
Arguments
| Parameter | Type | Description |
|---|---|---|
| Count | int | Number of credentials to wait for. Default: 1. |
| TimeoutSeconds | int | Maximum seconds to wait. 0 = wait indefinitely. Default: 0. |
| Type | string | Credential type to wait for. ValidateSet: NTLM, Cleartext, Any. Default: Any. |
| Hashcat | bool | Format NTLM hashes in Hashcat mode 5600 format. Default: false. |
Dependencies
- inveigh
Operating Systems
- Windows
Example Text Output
Timestamp : 4/27/2026 09:06:00
Protocol : HTTP
ClientIP : 192.168.1.51
User : administrator
Domain : LAB
NTLMHash : ...
