From c28bd53eada30cdd183d055d378f6da9a8c98520 Mon Sep 17 00:00:00 2001 From: pe3zx Date: Wed, 18 Nov 2020 20:37:06 +0700 Subject: [PATCH] Add GhostPack/SafetyKatz --- Offensive.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Offensive.md b/Offensive.md index 4295cd4..c2177fc 100644 --- a/Offensive.md +++ b/Offensive.md @@ -328,6 +328,10 @@ Some tools can be categorized in more than one category. But because the current FSecureLABS/physmem2profit Physmem2profit can be used to create a minidump of a target hosts' LSASS process by analysing physical memory remotely + + GhostPack/SafetyKatz + SafetyKatz is a combination of slightly modified version of @gentilkiwi's Mimikatz project and @subTee's .NET PE Loader + GhostPack/SharpDump SharpDump is a C# port of PowerSploit's Out-Minidump.ps1 functionality.