https://github.com/f0rkr/tinky-winkey
A Windows keylogger running under a service in C/C++ using win32api
https://github.com/f0rkr/tinky-winkey
Last synced: 4 days ago
JSON representation
A Windows keylogger running under a service in C/C++ using win32api
- Host: GitHub
- URL: https://github.com/f0rkr/tinky-winkey
- Owner: f0rkr
- Created: 2023-05-08T11:09:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T14:43:14.000Z (about 2 years ago)
- Last Synced: 2025-06-12T22:32:35.952Z (4 days ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinky-Winkey
This project will get you to broaden your knowledge in the Windows Operating system. By making a Service and Keylogger:
- Windows services are program that operate in background. They are often managed
by the Service Control Manager. Services interact with the SCM through the
Windows API or Windows service management tools such as sc.exe.
note: terminating sc.exe is used as a method of causing the Blue Screen of Death.
```sc.exe [] [] [] [] [] ...```- Keyloggers are programs that track the activities of a keyboard. Keyloggers are a
form of spyware where users are unaware their actions are being tracked. Keyloggers
can be used for a variety of purposes; hackers may use them to maliciously gain
access to your private information, while employers might use them to monitor
employee activities.