https://github.com/dubniczky/remote-keylogger
A compiled keylogger written in python with logging to a remote host
https://github.com/dubniczky/remote-keylogger
exploit hack keylogger python server
Last synced: about 1 year ago
JSON representation
A compiled keylogger written in python with logging to a remote host
- Host: GitHub
- URL: https://github.com/dubniczky/remote-keylogger
- Owner: dubniczky
- License: mit
- Created: 2022-08-12T15:38:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T10:19:22.000Z (almost 4 years ago)
- Last Synced: 2025-02-06T19:49:11.229Z (over 1 year ago)
- Topics: exploit, hack, keylogger, python, server
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote Keylogger
A compiled keylogger written in python with logging to a remote host
## Support ❤️
If you find the project useful, please consider supporting, or contributing.
[](https://www.buymeacoffee.com/dubniczky)
## Description
This keylogger and server are written in python, using 3.10 features. The logger runs in the background without a window or console and logs key presses. Every few seconds it sends those key presses to a server using an HTTP request.
The server collects the logs from the client and stores them in a file unique for each user based on IP address.
Local logs are retained until the packet is successfully saved on the server.
## Usage
### Setting up the keylogger
1. Edit the global settings in `keylogger.py`
2. Install dependencies `make install`
3. Compile the keylogger `make build`
4. Take the file from `dist` directory and run it on the victim's machine
### Setting up the server
1. Download the project locally or to a remote server
2. Install dependencies `make install`
3. Run the server `make server`
4. After logging, collect the logs from `logs` directory