Skip to content
Keylogger Code In C++ Will Work On Window 7, 8, 8.1, And 10
Branch: master
Clone or download
Latest commit f72d8bf Jun 4, 2018
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore mod .gitignore file Dec 17, 2016
Base64.h removed the extra keylogger folder Dec 17, 2016
Helper.h
IO.h removed the extra keylogger folder Dec 17, 2016
KeyConstants.h modified KeyConstants.h Dec 19, 2016
KeybHook.h
LICENSE
README.md Update README.md Apr 25, 2018
SendMail.h
Timer.h removed the extra keylogger folder Dec 17, 2016
main.cpp removed the extra keylogger folder Dec 17, 2016
powershell.docx added the powershell docx for debuging May 21, 2017
powershell.ps1

README.md

C++ Keylogger

This is a KeyLogger I leaned to write from Udemy

Keylogger is Coded In C++, Will Work On Window 7, 8, 8.1, And 10

If you wish to use this keylogger You must edit the following lines of codes: 16-18 to sendMail also you must enable your email to use less secure apps in order for you to recive the emails

Compiler Setting For CodeBlocks:

  • added a new flag with the following Setting -> Compiler
    • name: windowsAPI
    • Compiler flags: -mwindows
    • linker flags: -mwindows
  • Have CodeBlocks use C++ 11 standards Setting -> Compiler
    • [ ]Have g++ follow the C++11 ISO C++ language standard [-std=c++11] must be toggled on

Debuging:

After you add the comiler flags and get it to compiler and it does not send the email their are a few
thing to check and do to get it to work.

  • Make Sure the email account used can support unsecure apps
  • Wifi; I have notice that sometimes the wifi will not allow email to send
  • Sometimes the powershell script in sendmail.h "does not work" So replace it with the code in powershell.docx

Disclamer:

If you use this keylogger on a computer that does not belong to you or do not have permission to you are responsible for the outcome. NOT ME.

You can’t perform that action at this time.