From 81d4777e5e0d63a352234a6248d514040019ed87 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 14 Jul 2021 07:19:17 +0700 Subject: [PATCH] Add: FortyNorthSecurity/CIMplant to Execution section --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index 0e68c13..372d239 100644 --- a/Offensive.md +++ b/Offensive.md @@ -241,6 +241,10 @@ Some tools can be categorized in more than one category. But because the current Nightly builds of common C# offensive tools, fresh from their respective master branches built and released in a CDI fashion using Azure DevOps release pipelines. + + FortyNorthSecurity/CIMplant + C# port of WMImplant which uses either CIM or WMI to query remote systems + FortyNorthSecurity/EDD Enumerate Domain Data is designed to be similar to PowerView but in .NET. PowerView is essentially the ultimate domain enumeration tool, and we wanted a .NET implementation that we worked on ourselves. This tool was largely put together by viewing implementations of different functionality across a wide range of existing projects and combining them into EDD.