Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)