You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of this project is to search forpossible **Privilege Escalation Paths**in Windows environments.
76
76
77
+
New in this version:
78
+
- Detect potential GPO abuse by flagging writable SYSVOL paths forGPOs applied to the current host and by highlighting membershipin the "Group Policy Creator Owners" group.
79
+
80
+
77
81
It should take only a **few seconds** to execute almost all the checks and **some seconds/minutes during the lasts checks searching forknown filenames** that could contain passwords (the time depened on the number of filesin your home folder). By default only **some** filenames that could contain credentials are searched, you can use the **searchall** parameter to search all the list (this could will add some minutes).
78
82
79
83
The tool is based on **[SeatBelt](https://github.com/GhostPack/Seatbelt)**.
Beaprint.BadPrint(" [!] Current user is member of 'Group Policy Creator Owners' — can create/own new GPOs. If you can link a GPO to an OU that applies here, you can execute code as SYSTEM via scheduled task/startup script.");
0 commit comments