CrackMapExec icon indicating copy to clipboard operation
CrackMapExec copied to clipboard

Retrieves all GPOs in a domain

Open Bebzounette opened this issue 2 years ago • 1 comments

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> GPO

Bebzounette avatar Mar 23 '23 14:03 Bebzounette

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

mpgn avatar Jul 03 '23 07:07 mpgn