https://github.com/karthik558/codelogger
A Python script that captures key events of Windows, Mac or Linux machines and outputs the log as code.txt on the script file directory.
https://github.com/karthik558/codelogger
educational-project illegal-activities keylogger python-script windows-linux
Last synced: 11 months ago
JSON representation
A Python script that captures key events of Windows, Mac or Linux machines and outputs the log as code.txt on the script file directory.
- Host: GitHub
- URL: https://github.com/karthik558/codelogger
- Owner: karthik558
- License: mit
- Created: 2023-10-12T16:27:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-10T08:06:28.000Z (about 2 years ago)
- Last Synced: 2025-03-11T01:05:41.310Z (12 months ago)
- Topics: educational-project, illegal-activities, keylogger, python-script, windows-linux
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeLogger - Basically a Keylogger with different name

A Codelogger, also known as a keystroke logger, is a type of spyware that monitors and records what you type on your computer or mobile device12. Codelogger work by recording the interactions a user has with their keyboard, allowing someone to access a log of every email, instant message, search query, password, username, or other keyed sequences that a user types2. Codelogger record your keystrokes and send the data they capture back to hackers.
## Table of Contents
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [Precautions](#precautions)
- [Contributing](#contributing)
- [License](#license)
## Prerequisites
- Install the following dependencies:
- Python 3
- Pynput Module (pip install pynput)
## Usage
- `git clone https://github.com/karthik558/CodeLogger.git`
- `cd CodeLogger`
- `pip install -r requirements.txt` or `pip3 install -r requirements.txt`
- `python3 codelogger.py` or `python codelogger.py`
- Press `Ctrl + Z` to stop logging.
- The logged data will be stored in `log.txt` file.
## Precautions
This script is for educational purposes only and should not be used for any illegal activities. Please use this script only for educational purposes or with the explicit consent of the computer owner.
## Contributing
Contributions to the project are welcome. If you would like to suggest an improvement or report a bug, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).