https://github.com/ocdbytes/keylogger-python
Keylogger made with python including mailing and encryption services to get the user info and keylogs in a formated way.
https://github.com/ocdbytes/keylogger-python
cryptography encryption executable keylogger python3
Last synced: 11 months ago
JSON representation
Keylogger made with python including mailing and encryption services to get the user info and keylogs in a formated way.
- Host: GitHub
- URL: https://github.com/ocdbytes/keylogger-python
- Owner: ocdbytes
- Created: 2022-08-19T05:25:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T05:26:23.000Z (over 3 years ago)
- Last Synced: 2024-04-14T10:46:08.877Z (almost 2 years ago)
- Topics: cryptography, encryption, executable, keylogger, python3
- Language: Python
- Homepage:
- Size: 11.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Keylogger
This is a basic python keylogger that can read system information and keystrokes and mail them to us using the smtp service.
**Libraries Used:**
- email
- smtplib
- socket
- platform
- pynput
- time
- os
- cryptography
- getpass
- requests
**Functions in main**
- sendmail() : To send the mail with attchment
- get_computer_info() : To get the basic info of the computer. For eg: Kernel Version, Processor Info etc.
- on_press_key(), on_release_key() : Keylogger functions
**Additional Files**
- decrypt_file.py : This file will be used to decrypted the encrypted files recieved in the mail
- generate_key.py : This file will generate the key that will be used for encryption and decryption
**Generating Executable**
```
> pip install auto-py-to-exe
> auto-py-to-exe
```
- Browse the file
- Start conversion
Executable stored in output folder :)