Keylogger
Keylogger copied to clipboard
A simple keylogger for Windows, Linux and Mac
What's the name of the log file and where it is?
root💀DESKTOP-N1S5Q22)-[/mnt/c/Users/Mona moore/Keylogger/mac] └─# make && make install gcc keylogger.c -framework ApplicationServices -framework Carbon -o keylogger gcc: error: ApplicationServices: No such file or directory gcc: error: Carbon: No such file or...
I have made some changes to the keylogger, which you can find [here](https://github.com/justin-roche/simple-keylogger/blob/master/mac/keylogger.c). The purpose of my changes is to add a timestamp to each key. After doing so, I...
**Describe the bug** After running `sudo make startup` and restarting I do not see any logged input on /var/log/keystroke.log and I do not see the task on my activity monitor....
**Describe the bug** Setting the "invisible" macro does not correctly hide the console window. i.e. the `ShowWindow(FindWindowA("ConsoleWindowClass", NULL), 0)` [call on line 161 of klog_main.cpp](https://github.com/GiacomoLaw/Keylogger/blob/master/windows/klog_main.cpp#L161) doesn't seem to have any...
Hi I don't really understand how you suggest installing this on Windows I don't see an EXE I look here https://github.com/GiacomoLaw/Keylogger/tree/master/windows and https://github.com/GiacomoLaw/Keylogger and it doesn't say much about how...
## Problem I believe that this is built under the console subsystem which relies on the method of using `ShowWindow` to hide the console window (correct me if I'm wrong)....
Hi all, Everything is on the title, but just to make sure I made myself clear about the issue : Example : What's typing on keyboard : abcdefghijklmnopqrstuvwxyz What's actually...
when I use teamviewer to connect to my remote computer ,and I run windows keylogger on both side. remote side logged wrong keys: when I use shift to input `QAZWSX@20153333`...
If I insert ~ (with shift, US keyboard) followed by a letter the key log some times shows only upper case letters even I'm writing in lower case, when that...