https://github.com/tiennhm/key_logger
https://github.com/tiennhm/key_logger
kali-linux keylogger keylogger-python meterpreter
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiennhm/key_logger
- Owner: TienNHM
- Created: 2024-11-23T09:20:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-23T15:28:51.000Z (about 1 year ago)
- Last Synced: 2025-03-18T12:07:34.470Z (11 months ago)
- Topics: kali-linux, keylogger, keylogger-python, meterpreter
- Language: HTML
- Homepage: https://tiennhm.github.io/key_logger/web/download.html
- Size: 24.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Key Logger
> ***FOR EDUCATIONAL PURPOSES ONLY***
> A simple key logger that logs all the keys pressed by the user and saves them in a text file.
## Link demo:
[📌 D E M O 🔗](web/download.html)
## Installation
### 1. Clone the repository
```bash
git clone https://github.com/TienNHM/key_logger.git
```
### 2. Install the required packages
```bash
pip install pynput
pip install pyinstaller
```
### 3. Build the executable file
```bash
pyinstaller --onefile --windowed --icon=unikey.ico --name=unikey --manifest=app.manifest key_logger.py
```
### 4. Run the executable file
```bash
dist/unikey.exe
```
## Usage
- The key logger will start logging all the keys pressed by the user and save them in a text file named `keylog.txt`.
- To stop the key logger, open the task manager and end the process `key_logger.exe`.
## Imortant
- The key logger is for educational purposes only, should not be used for malicious purposes.
- The key logger is detected by most antivirus software, so it is recommended to run it on a virtual machine or disable the antivirus software (at your own risk).
- When running the key logger, the user should be aware that all the keys pressed will be logged and saved in a text file. Key logger program can be found in the task manager and stopped at any time.