Skip to content

A basic Windows keylogger in C++ for US standard keyboards.

License

Notifications You must be signed in to change notification settings

MikeTeddyOmondi/basic-keylogger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Status

COMPLETED

Synopsis

This is a basic Windows-only keylogger in C++ for US standard keyboards.

US standard keyboard layout: us-std-keyboard keyboard

Description

This keylogger supports the following characters and symbols:

[ESC][F1][F2][F3][F4][F5][F6][F7][F8][F9][F10][F11][F12]
`1234567890-=
~!@#$%^&*()_+
qwertyuiop[]\asdfghjkl;'zxcvbnm,./
QWERTYUIOP{}|ASDFGHJKL:"ZXCVBNM<>?
[TAB][C0][C1][SHIFT][LCTRL][LWIN][LALT][SPACE][RALT][RWIN][MENU][RCTRL][ENTER][BACK]
[DEL][INS][END][HOME][PGDN][PGUP][ARROWD][ARROWU][ARROWL][ARROWR] 

Usage

  1. Open keylogger.cpp and change the maximum number of key strokes you wish to record (max constant)
  2. Compile with MinGW: g++ keylogger.cpp -o keylogger.exe
  3. Run keylogger.exe
  4. The program will terminate after a certain number(max constant) of key strokes.
  5. Inspect log.txt

Note: Disable any antivirus software.

Output

log.txt output: log-output output

Contribution

Feel free to be part of this project by forking it. Questions or suggestions are more than welcomed.

To do

  • Send Mail option

Disclaimer

This software is for educational purposes only. No responsibility is held or accepted for misuse.

License

© 2016 Marios Sofokleous

Licensed under the MIT License

About

A basic Windows keylogger in C++ for US standard keyboards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%