nxc_spray
Execute password spraying attacks across multiple targets and protocols to identify valid credentials.
Instructions
Perform password spraying attacks across multiple targets with configurable options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | Yes | Protocol to use for spraying | |
| target | Yes | Target IP, hostname, CIDR range, or file path | |
| userList | No | Path to file containing usernames (one per line) | |
| username | No | Single username to test | |
| passwordList | No | Path to file containing passwords (one per line) | |
| password | No | Single password to test | |
| domain | No | Domain name | |
| continueOnSuccess | No | Continue after finding valid credentials | |
| nobruteforce | No | Avoid brute force by pairing user:pass from lists | |
| threads | No | Number of concurrent threads | |
| jitter | No | Random delay between connections (e.g., '0-5') |