From d4535c0d8f57b503574911f8058020015c907508 Mon Sep 17 00:00:00 2001 From: p4p1 Date: Thu, 14 Dec 2023 12:27:41 +0100 Subject: [PATCH] Updates --- havoc-modules.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/havoc-modules.json b/havoc-modules.json index 687db62..3cf5754 100644 --- a/havoc-modules.json +++ b/havoc-modules.json @@ -154,5 +154,18 @@ "Console": true, "Graphical": false } + }, + { + "title":"havoc-NoPowerShell", + "description":"Havoc plugin to port NoPowerShell.exe by bitsadmin to Havoc C2. Execute powershell cmdlets in memory and remain invisible to any PowerShell logging mechanisms. Can also perform Active Directory enumeration using the AD Module.", + "author":"jakobfriedl", + "link":"https://github.com/jakobfriedl/havoc-NoPowerShell", + "preview":"https://raw.githubusercontent.com/jakobfriedl/havoc-NoPowerShell/main/NoPowerShell.png", + "entrypoint":"NoPowerShell.py", + "category": { + "BOF": false, + "Console": true, + "Graphical": false + } } ]