rubeus_asreproast
Extracts Kerberos AS-REP hashes from accounts with preauthentication disabled, enabling offline password cracking.
Instructions
Perform AS-REP Roasting against accounts that don't require pre-authentication.
Targets accounts with "Do not require Kerberos preauthentication" enabled. The AS-REP response contains data encrypted with the user's password hash.
Features:
Target specific users or enumerate vulnerable accounts
Output in hashcat or John format
OU-based targeting
Output format: hashcat mode 18200 or John (jumbo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Target specific user | |
| domain | No | Target domain | |
| dc | No | Domain controller IP/hostname | |
| ou | No | Target specific OU | |
| outfile | No | Output file for hashes | |
| format | No | Output format (default: john) | |
| ldaps | No | Use LDAPS for queries | |
| nowrap | No | Don't wrap hash output | |
| creduser | No | Alternate credential username | |
| credpassword | No | Alternate credential password | |
| des | No | Request DES encryption (weak) | |
| ldapfilter | No | Custom LDAP filter |