https://github.com/sury4karmakar/simple-windows-keylogger
☣This is a simple Windows keylogger with C++ programming
https://github.com/sury4karmakar/simple-windows-keylogger
cpp hacking-tool keylogger malware windows
Last synced: about 2 months ago
JSON representation
☣This is a simple Windows keylogger with C++ programming
- Host: GitHub
- URL: https://github.com/sury4karmakar/simple-windows-keylogger
- Owner: sury4karmakar
- License: mit
- Created: 2020-12-24T10:11:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T13:21:22.000Z (over 4 years ago)
- Last Synced: 2025-07-05T10:49:04.845Z (12 months ago)
- Topics: cpp, hacking-tool, keylogger, malware, windows
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Windows Keylogger
Simple Windows keylogger using C++ language
## Description :
- Record key strokes and save logs to a text file.
- The keylogger is visible in task manager.
- The process is automatically hide when user execute the a.exe file, so the console does not open or show the user.
## Recorded keys :
- Letters: a-z, A-Z
- Digits : 0-9
- Shifted Digits : !@#$%^&*()
- Special keys: SPACE, ENTER, CTRL, ALT, etc.
## Usage :
1. Compile the winKeylogger.cpp file.
```
g++ winKeylogger.cpp
```
2. Next execute the a.exe file.
## All Virtual key list :
[Virtual keys](https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes)