CrackMapExec
CrackMapExec copied to clipboard
Retrieves all GPOs in a domain
Retrieves all GPOs in a domain by using LDAP request to the "groupPolicyContainer" and can display detailed information and all attributes about a specific GPO :
poetry run cme ldap <DC_IP> -d <DOMAIN> -u <USER> -p <PASSWORD> -M get-gpo
poetry run cme ldap <DC_IP> -d <DOMAIN> -u <USER> -p <PASSWORD> -M get-gpo -o gpo=<GPO_NAME>

Hello @Bebzounette can you make a PR on the new official repo https://github.com/mpgn/CrackMapExec ?