All Projects → ivan-sincek → keylogger

ivan-sincek / keylogger

Licence: MIT License
Windows OS keylogger with a hook mechanism (i.e. with a keyboard hook procedure).

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to keylogger

argus
Argus Advanced Remote & Local Keylogger For macOS and Windows
Stars: ✭ 87 (+135.14%)
Mutual labels:  keylogger, ethical-hacking
Keylogger
Get Keyboard,Mouse,ScreenShot,Microphone Inputs from Target Computer and Send to your Mail.
Stars: ✭ 604 (+1532.43%)
Mutual labels:  keylogger, offensive-security
java-reverse-tcp
JAR, Java, and JSP shells that work on Linux OS, macOS, and Windows OS.
Stars: ✭ 19 (-48.65%)
Mutual labels:  offensive-security, ethical-hacking
xss-catcher
Simple API for storing all incoming XSS requests.
Stars: ✭ 26 (-29.73%)
Mutual labels:  offensive-security, ethical-hacking
Keylogger
A keylogger for Windows, developed as part of the "Build an Advanced Keylogger using C++ for Ethical Hacking!" course on Udemy
Stars: ✭ 16 (-56.76%)
Mutual labels:  keylogger, ethical-hacking
DNSExplorer
Bash script that automates the enumeration of domains and DNS servers in the active information gathering.
Stars: ✭ 33 (-10.81%)
Mutual labels:  offensive-security, ethical-hacking
wifi-penetration-testing-cheat-sheet
Work in progress...
Stars: ✭ 149 (+302.7%)
Mutual labels:  offensive-security, ethical-hacking
php-reverse-shell
PHP shells that work on Linux OS, macOS, and Windows OS.
Stars: ✭ 274 (+640.54%)
Mutual labels:  offensive-security, ethical-hacking
Spyware
Python-based spyware for Windows that logs the foreground window activites, keyboard inputs. Furthermore it is able to take screenshots and and run shell commands in the background.
Stars: ✭ 31 (-16.22%)
Mutual labels:  keylogger, ethical-hacking
KeyLy
A powerfull and awesome Keylogger(Your keyboard and your mouse) realy helpfull for hackers! :-P (C/C++)
Stars: ✭ 17 (-54.05%)
Mutual labels:  keylogger
Python-Scripts
Some Python Scripts for Security
Stars: ✭ 80 (+116.22%)
Mutual labels:  keylogger
vbsmin
VBScript minifier
Stars: ✭ 19 (-48.65%)
Mutual labels:  offensive-security
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+1475.68%)
Mutual labels:  keylogger
hackipy
Hacking, pen-testing, and cyber-security related tools built with Python.
Stars: ✭ 26 (-29.73%)
Mutual labels:  ethical-hacking
SimpleKeylogger
Simple Keylogger with smtp to send emails on your account using python works on linux and Windows
Stars: ✭ 32 (-13.51%)
Mutual labels:  keylogger
letterpress
A nefarious keylogger for Ubuntu. Encrypts keylogs and uploads to pastebin.
Stars: ✭ 22 (-40.54%)
Mutual labels:  keylogger
Galaxy-Bugbounty-Checklist
Tips and Tutorials for Bug Bounty and also Penetration Tests.
Stars: ✭ 34 (-8.11%)
Mutual labels:  ethical-hacking
ransomware
A ransomware implementation just for educational purpose
Stars: ✭ 14 (-62.16%)
Mutual labels:  ethical-hacking
007-TheBond
This Script will help you to gather information about your victim or friend.
Stars: ✭ 371 (+902.7%)
Mutual labels:  offensive-security
Lokiboard-Mod
Just Mod Version of lokiboard with remote reporting via Gmail
Stars: ✭ 29 (-21.62%)
Mutual labels:  keylogger

Keylogger

Windows OS keylogger with a hook mechanism (i.e. with a keyboard hook procedure).

Mapped most of the keys for the standard US keyboard layout.

All the code you need is in this file:

Built with Visual Studio Community 2019 v16.9.3 (64-bit) and tested on Windows 10 Enterprise OS (64-bit).

Made for educational purposes. I hope it will help!

How to Run

Run Keylogger_x86.exe (32-bit) or Keylogger_x64.exe (64-bit).

Cleanup

If hide window functionality is enabled, do not forget to shutdown the keylogger's process through task manager.

If hide files functionality is enabled, do not forget to delete the hidden keylogger's files after shutting the keylogger down first.

If startup functionality is enabled, do not forget to remove the keylogger's registry key called keylogger located at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run.

Executable provided does not have these functionalities active. If you want to try them out, uncomment the corresponding methods inside the source code and recompile it.

Images

Keylogger

Figure 1 - Keylogger

Log

Figure 2 - Log

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].