COMPLETED
This is a basic Windows-only keylogger in C++ for US standard keyboards.
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]
- Open keylogger.cpp and change the maximum number of key strokes you wish to record (max constant)
- Compile with MinGW: g++ keylogger.cpp -o keylogger.exe
- Run keylogger.exe
- The program will terminate after a certain number(max constant) of key strokes.
- Inspect log.txt
Note: Disable any antivirus software.
Feel free to be part of this project by forking it. Questions or suggestions are more than welcomed.
- Send Mail option
This software is for educational purposes only. No responsibility is held or accepted for misuse.
© 2016 Marios Sofokleous
Licensed under the MIT License