Added EvilClippy

This commit is contained in:
Mariusz B. / mgeeky 2022-05-20 00:16:54 +02:00
parent cad3f9ec4d
commit 9f3c6dabbd
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@ -64,3 +64,6 @@
[submodule "red-teaming/OfficePurge"]
path = red-teaming/OfficePurge
url = https://github.com/mgeeky/OfficePurge
[submodule "red-teaming/EvilClippy"]
path = red-teaming/EvilClippy
url = https://github.com/mgeeky/EvilClippy

@ -0,0 +1 @@
Subproject commit c7884abec54704c21762e7081a8672a285e2c11b

View File

@ -163,6 +163,8 @@ Loaded $StealthUserHunterShowAll results.
Loaded $UserHunterShowAll results.
```
- [**`EvilClippy`**](https://github.com/mgeeky/EvilClippy) - my fork of [original Stan Hegt's](https://github.com/outflanknl/EvilClippy) enhanced with support for Office pre-2007 and Office 2007+ file formats (PowerPoint, Publisher, Excel, Word)
- **`Find-GPODelegatedUsers.ps1`** - One-liner for finding GPO Delegated users that can Edit Settings of that GPO and thus could be used to Abuse GPO Permissions (https://www.harmj0y.net/blog/redteaming/abusing-gpo-permissions/). [gist](https://gist.github.com/mgeeky/5843df09607123772a61e782a6406d54)
- **`Get-UserPasswordEntries.ps1`** - a simple script for finding and decoding `userPassword` properties stored by some legacy SAMBA/linux kerberos implementations.