From 9f3c6dabbd0536aa3302efeb2f6cd9404ef9a569 Mon Sep 17 00:00:00 2001 From: "Mariusz B. / mgeeky" Date: Fri, 20 May 2022 00:16:54 +0200 Subject: [PATCH] Added EvilClippy --- .gitmodules | 3 +++ red-teaming/EvilClippy | 1 + red-teaming/README.md | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 red-teaming/EvilClippy diff --git a/.gitmodules b/.gitmodules index 72c382e..fd3188f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/red-teaming/EvilClippy b/red-teaming/EvilClippy new file mode 160000 index 0000000..c7884ab --- /dev/null +++ b/red-teaming/EvilClippy @@ -0,0 +1 @@ +Subproject commit c7884abec54704c21762e7081a8672a285e2c11b diff --git a/red-teaming/README.md b/red-teaming/README.md index 8d74cab..ed3e4d2 100755 --- a/red-teaming/README.md +++ b/red-teaming/README.md @@ -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.