https://github.com/iamwarning/keylogger-for-ethical-hacking
keylogger for Windows developed in C ++ as part of an ethical hacking course
https://github.com/iamwarning/keylogger-for-ethical-hacking
c-plus-plus computer-security ethicalhacking hacking hacking-tool keylogger microsoft-windows whitehat windows-10
Last synced: about 1 month ago
JSON representation
keylogger for Windows developed in C ++ as part of an ethical hacking course
- Host: GitHub
- URL: https://github.com/iamwarning/keylogger-for-ethical-hacking
- Owner: iamwarning
- License: mit
- Created: 2019-07-29T18:16:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T16:48:41.000Z (about 6 years ago)
- Last Synced: 2025-06-14T00:02:11.537Z (4 months ago)
- Topics: c-plus-plus, computer-security, ethicalhacking, hacking, hacking-tool, keylogger, microsoft-windows, whitehat, windows-10
- Language: C++
- Homepage:
- Size: 563 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# keylogger-for-ethical-hacking
Keylogger developed in C ++ as part of an ethical hacking course, is currently version 0.1 and is going to be tested in a laboratory with machines that have from windows 7 to the latest version of windows 10.## Tools
[Code :: Blocks](http://www.codeblocks.org) is an integrated open source development environment, which supports multiple compilers. The download links are attached below. Please select a setup package depending on your platform:
+ Windows XP/Vista/7/8.x/ 10 [Download](http://sourceforge.net/projects/codeblocks/files/Binaries/17.12/Windows/codeblocks-17.12mingw-setup.exe)
+ GNU/Linux 32 and 64-bit [Download](https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks_17.12-1_amd64_stable.tar.xz)
+ Mac OS [Download](https://www.fosshub.com/Code-Blocks.html?dwl=CodeBlocks-13.12-mac.zip)----
For older release versions please check [here](http://www.codeblocks.org/downloads/source/5).