parent
b814ba3f41
commit
e214968619
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#### 1: TimeBomb_KeyLogger.ino:<br>
|
#### 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.
|
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>Please note it is now detectable by most Anti-virus programs. Only way to make it undetectable is to obfuscate the payload.<br>
|
||||||
|
|
||||||
**Instuctions:**<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
|
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:**<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>
|
||||||
**Limitation**: Execution Policy<br>
|
**Limitation**: Execution Policy, Anti-Virus :p<br>
|
||||||
**Hardware**: ATtiny85 (Chinese)
|
**Hardware**: ATtiny85 (Chinese)
|
||||||
|
|
Loading…
Reference in New Issue