Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suryakarmakar/simple-windows-keylogger
☣This is a simple Windows keylogger with C++ programming
https://github.com/suryakarmakar/simple-windows-keylogger
cpp hacking-tool keylogger malware windows
Last synced: 27 days ago
JSON representation
☣This is a simple Windows keylogger with C++ programming
- Host: GitHub
- URL: https://github.com/suryakarmakar/simple-windows-keylogger
- Owner: SuryaKarmakar
- License: mit
- Created: 2020-12-24T10:11:42.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-05T13:21:22.000Z (about 3 years ago)
- Last Synced: 2024-11-14T18:42:40.643Z (3 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)