Added OfficePurge

This commit is contained in:
Mariusz B. / mgeeky 2022-05-19 22:01:05 +02:00
parent 5bf9013b8a
commit 9fc9b0416c
3 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

@ -61,3 +61,6 @@
[submodule "file-formats/PackMyPayload"]
path = file-formats/PackMyPayload
url = https://github.com/mgeeky/PackMyPayload
[submodule "red-teaming/OfficePurge"]
path = red-teaming/OfficePurge
url = https://github.com/mgeeky/OfficePurge

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

View File

@ -292,6 +292,8 @@ PS E:\PowerSploit\Recon> Get-DomainOU | Get-DomainOUTree
- **`muti-stage-1.md`** - Multi-Stage Penetration-Testing / Red Teaming Malicious Word document creation process. ([gist](https://gist.github.com/mgeeky/6097ea56e0f541aa7d98161e2aa76dfb))
- [**`OfficePurge`**](https://github.com/mgeeky/OfficePurge) - my fork of [original Mandiant's OfficePurge](https://github.com/mandiant/OfficePurge) enhanced with support for Office 2007+ and a [few other features](https://github.com/mandiant/OfficePurge/pull/1)
- [**`RedWarden`**](https://github.com/mgeeky/RedWarden) - A Cobalt Strike C2 Reverse proxy fending off Blue Teams, AVs, EDRs, scanners through packet inspection and malleable profile correlation.
- [**`rogue-dot-net`**](https://github.com/mgeeky/Penetration-Testing-Tools/tree/master/red-teaming/rogue-dot-net) - Set of scripts, requirements and instructions for generating .NET Assemblies valid for **Regasm**/**Regsvcs**/**InstallUtil** code execution primitives.