DigiSpark-Payloads/payloads/KeyLogger/README.md

18 lines
959 B
Markdown
Raw Normal View History

2019-02-21 18:31:26 +00:00
# KeyLogger
### Description:
#### 1: TimeBomb_KeyLogger.ino:<br>
A Keylogger based on powershell. Works by dropping payload in temporary dir and executing it in background. Records keystrokes for set time.
2021-02-05 10:18:46 +00:00
After time runs out it send the recorded keystrokes to the webhook.site and deletes all the keylogger data from the temporary directory. <br>Please note it is now detectable by most Anti-virus programs. Only way to make it undetectable is to obfuscate the payload.<br>
2019-02-21 18:31:26 +00:00
2019-02-21 18:38:41 +00:00
**Instuctions:**<br>
2019-02-21 18:37:43 +00:00
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
2019-02-21 18:38:41 +00:00
current time is set for 1 minute you can increase the time to your requirmnent in ".AddMinutes(-1)" which you will also find close to webhook location.<br>
2019-02-21 18:37:43 +00:00
2019-02-21 18:31:26 +00:00
**Tested on:**<br>
**OS**: Windows 10|8|7<br>
**User**: Admin/Normal User<br>
2021-02-05 10:18:46 +00:00
**Limitation**: Execution Policy, Anti-Virus :p<br>
2019-02-21 18:31:26 +00:00
**Hardware**: ATtiny85 (Chinese)