Git Product home page Git Product logo

keylogger's Introduction

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.

keylogger's People

Contributors

siegfried5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.