From 8c9af19e8ea83ab6ea0f1f2c27d32848e0ee0e35 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 18 Nov 2020 20:38:08 +0700 Subject: [PATCH] Add GhostPack/SharpWMI --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index c2177fc..1a3ed53 100644 --- a/Offensive.md +++ b/Offensive.md @@ -118,6 +118,10 @@ Some tools can be categorized in more than one category. But because the current FuzzySecurity/PowerShell-Suite There are great tools and resources online to accomplish most any task in PowerShell, sometimes however, there is a need to script together a util for a specific purpose or to bridge an ontological gap. This is a collection of PowerShell utilities I put together either for fun or because I had a narrow application in mind. + + GhostPack/SharpWMI + SharpWMI is a C# implementation of various WMI functionality. + jhalon/SharpCall Simple PoC demonstrating syscall execution in C#