Update README.md

This commit is contained in:
Muhammad Talha Khan 2019-02-21 23:37:43 +05:00 committed by GitHub
parent 07a3307e32
commit 68e71f7ac7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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. 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.<br> After time runs out it send the recorded keystrokes to the webhook.site and deletes all the keylogger data from the temporary directory.<br>
**Instuctions**<br>
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)".<br>
**Tested on:**<br> **Tested on:**<br>
**OS**: Windows 10|8|7<br> **OS**: Windows 10|8|7<br>
**User**: Admin/Normal User<br> **User**: Admin/Normal User<br>