From e253a5f2eee22160f459fedd988e0be8804e45b8 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 18 Nov 2020 20:14:48 +0700 Subject: [PATCH] Add Flangvik/SharpCollection --- Offensive.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Offensive.md b/Offensive.md index dde3f81..da3edca 100644 --- a/Offensive.md +++ b/Offensive.md @@ -8,6 +8,8 @@ This page will contain my bookmark for offensive tools, briefly categorized based on [MITRE ATT&CK Enterprise Matrix](https://attack.mitre.org/matrices/enterprise/). Some links and sections on [README.md](README.md) will be relocated to this page if it's related to offensive tactics and techniques. +Some tools can be categorized in more than one category. But because the current bookmark model doesn't support 1-to-many mapping, I will decide a tool's category based on its ultimate goal. + - [Reconnaissance/Discovery](#reconnaissancediscovery) - [Execution](#execution) - [Living Off The Land](#living-off-the-land) @@ -107,6 +109,10 @@ This page will contain my bookmark for offensive tools, briefly categorized base Cn33liz/p0wnedShell p0wnedShell is an offensive PowerShell host application written in C# that does not rely on powershell.exe but runs powershell commands and functions within a powershell runspace environment (.NET) + + Flangvik/SharpCollection + 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. + 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.