From e214968619a9cccd99391501171fa389ecc621d3 Mon Sep 17 00:00:00 2001 From: Muhammad Talha Khan Date: Fri, 5 Feb 2021 15:18:46 +0500 Subject: [PATCH] Update README.md Anti-Virus note added --- payloads/KeyLogger/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/KeyLogger/README.md b/payloads/KeyLogger/README.md index 8d9a1bf..5877d42 100644 --- a/payloads/KeyLogger/README.md +++ b/payloads/KeyLogger/README.md @@ -4,7 +4,7 @@ #### 1: TimeBomb_KeyLogger.ino:
A Keylogger based on powershell. Works by dropping payload in temporary dir and executing it in background. Records keystrokes for set time. -After time runs out it send the recorded keystrokes to the webhook.site and deletes all the keylogger data from the temporary directory.
+After time runs out it send the recorded keystrokes to the webhook.site and deletes all the keylogger data from the temporary directory.
Please note it is now detectable by most Anti-virus programs. Only way to make it undetectable is to obfuscate the payload.
**Instuctions:**
Before using it make sure the WebHook.site hook is set in keylogger payload which you will find almost at the end of the script. Also the @@ -13,5 +13,5 @@ current time is set for 1 minute you can increase the time to your requirmnent i **Tested on:**
**OS**: Windows 10|8|7
**User**: Admin/Normal User
-**Limitation**: Execution Policy
+**Limitation**: Execution Policy, Anti-Virus :p
**Hardware**: ATtiny85 (Chinese)