From 712b25e9f41ca4a1fd78e5ac3fd9ccae06c1e5bf Mon Sep 17 00:00:00 2001 From: Eric Conrad Date: Fri, 3 May 2019 10:20:11 -0300 Subject: [PATCH] Fixed table typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b765f38..3a8c17d 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ See 'Logging setup' section below for how to configure these logs |Mimikatz `lsadump::sam`|`.\DeepBlue.ps1 .\evtx\mimikatz-privesc-hashdump.evtx`| |Mimiktaz `token::elevate`|`.\DeepBlue.ps1 .\evtx\mimikatz-privilegedebug-tokenelevate-hashdump.evtx`| |New user creation|`.\DeepBlue.ps1 .\evtx\new-user-security.evtx`| -|Obfuscation (encoding)|`.\DeepBlue.ps1 .\evtx\Powershell-Invoke-Obfuscation-string-menu.evtx\`| +|Obfuscation (encoding)|`.\DeepBlue.ps1 .\evtx\Powershell-Invoke-Obfuscation-encoding-menu.evtx`| |Obfuscation (string)|`.\DeepBlue.ps1 .\evtx\Powershell-Invoke-Obfuscation-string-menu.evtx`| |Password guessing|`.\DeepBlue.ps1 .\evtx\smb-password-guessing-security.evtx`| |Password spraying|`.\DeepBlue.ps1 .\evtx\password-spray.evtx`|