From 68e71f7ac7ab35af40d763f742f3ca5a3e4018b4 Mon Sep 17 00:00:00 2001 From: Muhammad Talha Khan Date: Thu, 21 Feb 2019 23:37:43 +0500 Subject: [PATCH] Update README.md --- payloads/KeyLogger/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/payloads/KeyLogger/README.md b/payloads/KeyLogger/README.md index 73b47ab..dfb927c 100644 --- a/payloads/KeyLogger/README.md +++ b/payloads/KeyLogger/README.md @@ -6,6 +6,10 @@ 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.
+**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 +current time is set for 1 minute you can increase the time to your requirmnent in ".AddMinutes(-1)".
+ **Tested on:**
**OS**: Windows 10|8|7
**User**: Admin/Normal User