|
|
1 年之前 | |
|---|---|---|
| .. | ||
| README.md | 1 年之前 | |
| beacon.h | 1 年之前 | |
| bofcompile.bat | 1 年之前 | |
| passwordspray.c | 1 年之前 | |
| passwordspray.cna | 1 年之前 | |
| passwordspray.h | 1 年之前 | |
| passwordspray.o | 1 年之前 | |
Validate a single password against multiple accounts using kerberos authentication and a list with predefined usernames. The list can be loaded from your own attacker system.
A valid list with usernames is considered newline separated.
<path to username file>: the path on your own attacker system to a file containing the list with usernames. Each username must be newline separated.<password>: the password to validate against the usernames.<domain>: FQDN of the domain.<sleeptimer>: (optional) sleep timer in seconds to wait between each authentication attempt (default is 0).<jitter>: (optional) jitter in percentage (default 0).
passwordspray <path to username file> <password> <domain> [opt <sleeptimer>] [opt <jitter>]passwordspray C:\Users\redmed\Documents\usernames.txt Welcome01 example.local 10 40passwordspray C:\Users\redmed\Documents\usernames.txt Welcome01 example.localx64 Native Tools Command Prompt for VS <2019/2022> terminal.bofcompile.bat script to compile the object file.