pyGPOAbuse
pyGPOAbuse copied to clipboard
Partial python implementation of SharpGPOAbuse
Hi, This tool looks promising but during testing I encountered an error that simply breaks the targeted GPO rendering it unusable for me as a pentester and for my client....
Hi, Is there any way to delete a scheduled task from a existing GPO? I would like to delete the scheduled task itself, not the entire GPO. Preferebly only the...
Hi, Is there any way to add a scheduled task that will only run once (on the first GP update) to a existing GPO? By default scheduled tasks run on...
This pull request was created to add filters to GPOs I added the flags `-FIlterUser` and `-FilterComputer` to choose the kind of filter. Then you need to add `-Samaccount` and...
fix this warning  `"\%"` string escape sequence doesn't exist, the backslash needs to be self-escaped into `\\` forming `"\\%"`
Converted to uv/pipx installable package
I ran this on an engagement where my low-priv account has a really long password that follows format of: `A long password with a number like 1 and then a...