Coder Social home page Coder Social logo

chronic443 / keylogger- Goto Github PK

View Code? Open in Web Editor NEW
61.0 14.0 33.0 36 KB

The Keylogger is able to capture all the keystrokes using system hooks. In addition to this, it is also able to put them into a file, encrypt the file and send the file via mail based on a timer.

License: GNU General Public License v3.0

C++ 100.00%

keylogger-'s Introduction

Keylogger-

Please do not use this code for illegal or immoral purpose and keep it open source!

To compile it you need to enable C++11 standards and -mwindows flag

The Keylogger is able to capture all the keystrokes using system hooks. In addition to this, it is also able to put them into a file, encrypt the file and send the file via mail based on a timer.

keylogger-'s People

Contributors

chronic443 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

keylogger-'s Issues

A build error

\Desktop\Timer.h|77|error:
no matching function for call to 'std::thread::thread(, Timer* const)'|

Timer.h

Error in Timer header file
please open the image of error below
Untitled

Timer.h 'function' in namespace 'std' does not name a template type error

codeblock-project-error
codeblock-compiler-flags

||=== Build: Debug in keylogger (compiler: GNU GCC Compiler) ===|
C:\Users\joe\Documents\keylogger\Timer.h|24|error: 'function' in namespace 'std' does not name a template type|
C:\Users\joe\Documents\keylogger\Timer.h|24|note: 'std::function' is defined in header ''; did you forget to '#include '?|
C:\Users\joe\Documents\keylogger\Timer.h|57|error: 'function' in namespace 'std' does not name a template type|
C:\Users\joe\Documents\keylogger\Timer.h|57|note: 'std::function' is defined in header ''; did you forget to '#include '?|
C:\Users\joe\Documents\keylogger\Timer.h|57|error: expected ',' or '...' before '<' token|
C:\Users\joe\Documents\keylogger\Timer.h|59|error: 'function' in namespace 'std' does not name a template type|
C:\Users\joe\Documents\keylogger\Timer.h|59|note: 'std::function' is defined in header ''; did you forget to '#include '?|
C:\Users\joe\Documents\keylogger\Timer.h|59|error: expected ',' or '...' before '<' token|
C:\Users\joe\Documents\keylogger\Timer.h|59|error: 'Timer::Timer(int)' cannot be overloaded with 'Timer::Timer(int)'|
C:\Users\joe\Documents\keylogger\Timer.h|57|note: previous declaration 'Timer::Timer(int)'|
C:\Users\joe\Documents\keylogger\Timer.h|90|error: 'function' in namespace 'std' does not name a template type|
C:\Users\joe\Documents\keylogger\Timer.h|90|note: 'std::function' is defined in header ''; did you forget to '#include '?|
C:\Users\joe\Documents\keylogger\Timer.h|90|error: expected ',' or '...' before '<' token|
C:\Users\joe\Documents\keylogger\Timer.h|117|error: 'function' in namespace 'std' does not name a template type|
C:\Users\joe\Documents\keylogger\Timer.h|117|note: 'std::function' is defined in header ''; did you forget to '#include '?|
C:\Users\joe\Documents\keylogger\Timer.h||In member function 'void Timer::SleepAndRun()':|
C:\Users\joe\Documents\keylogger\Timer.h|33|error: 'Function' was not declared in this scope|
C:\Users\joe\Documents\keylogger\Timer.h|33|note: suggested alternative: 'SetFunction'|
C:\Users\joe\Documents\keylogger\Timer.h||In constructor 'Timer::Timer(int)':|
C:\Users\joe\Documents\keylogger\Timer.h|57|error: class 'Timer' does not have any field named 'funct'|
C:\Users\joe\Documents\keylogger\Timer.h|57|error: 'f' was not declared in this scope|
C:\Users\joe\Documents\keylogger\Timer.h||In constructor 'Timer::Timer(int)':|
C:\Users\joe\Documents\keylogger\Timer.h|61|error: class 'Timer' does not have any field named 'funct'|
C:\Users\joe\Documents\keylogger\Timer.h|61|error: 'f' was not declared in this scope|
C:\Users\joe\Documents\keylogger\Timer.h|62|error: 'i' was not declared in this scope|
C:\Users\joe\Documents\keylogger\Timer.h|62|error: 'repeat' was not declared in this scope|
C:\Users\joe\Documents\keylogger\Timer.h|62|note: suggested alternative: 'select'|
C:\Users\joe\Documents\keylogger\Timer.h|22|warning: 'Timer::interval' will be initialized after [-Wreorder]|
C:\Users\joe\Documents\keylogger\Timer.h|17|warning: 'long int Timer::CallNumber' [-Wreorder]|
C:\Users\joe\Documents\keylogger\Timer.h|59|warning: when initialized here [-Wreorder]|
C:\Users\joe\Documents\keylogger\Timer.h||In member function 'void Timer::SetFunction(int)':|
C:\Users\joe\Documents\keylogger\Timer.h|92|error: 'funct' was not declared in this scope|
C:\Users\joe\Documents\keylogger\Timer.h|92|error: 'f' was not declared in this scope|
C:\Users\joe\Documents\keylogger\SendMail.h||In function 'int Mail::SendMail(const string&, const string&, const string&)':|
C:\Users\joe\Documents\keylogger\SendMail.h|128|error: no matching function for call to 'Timer::SetFunction(Mail::SendMail(const string&, const string&, const string&)::<lambda()>)'|
C:\Users\joe\Documents\keylogger\Timer.h|90|note: candidate: 'void Timer::SetFunction(int)'|
C:\Users\joe\Documents\keylogger\Timer.h|90|note: no known conversion for argument 1 from 'Mail::SendMail(const string&, const string&, const string&)::<lambda()>' to 'int'|
C:\Users\joe\Documents\keylogger\KeybHook.h|37|error: no matching function for call to 'Timer::Timer(void (&)(), int, const long int&)'|
C:\Users\joe\Documents\keylogger\Timer.h|57|note: candidate: 'Timer::Timer(int)'|
C:\Users\joe\Documents\keylogger\Timer.h|57|note: candidate expects 1 argument, 3 provided|
C:\Users\joe\Documents\keylogger\Timer.h|55|note: candidate: 'Timer::Timer()'|
C:\Users\joe\Documents\keylogger\Timer.h|55|note: candidate expects 0 arguments, 3 provided|
C:\Users\joe\Documents\keylogger\Timer.h|8|note: candidate: 'Timer::Timer(Timer&&)'|
C:\Users\joe\Documents\keylogger\Timer.h|8|note: candidate expects 1 argument, 3 provided|
||=== Build failed: 20 error(s), 3 warning(s) (0 minute(s), 1 second(s)) ===|

Code For Decode Base64

-How to Decode Base64? Salts are the same As on Youtube Video.
08.12.2019 01_08_44.log

-The script is not able to Send Email in Windows 10 Professional 64 bit OCTOBER 2019.

  • App Log showing Script Error :
    [08.12.2019 00:40:14]
    Hook Started........Timer Started

[08.12.2019 00:40:53]
Mail was not sent! Error Code:259

[08.12.2019 00:40:53]
Return code: 4297936

[08.12.2019 00:41:27]
Mail was not sent! Error Code:3

[08.12.2019 00:42::2]
Mail was not sent! Error Code:3

[08.12.2019 00:42:36]
Mail was not sent! Error Code:3

[08.12.2019 00:43:11]
Mail was not sent! Error Code:3

[08.12.2019 00:43:46]
Mail was not sent! Error Code:3

[08.12.2019 00:44:21]
Mail was not sent! Error Code:3

[08.12.2019 00:44:54]
Mail was not sent! Error Code:3

[08.12.2019 00:45:29]
Mail was not sent! Error Code:3

[08.12.2019 00:46::3]
Mail was not sent! Error Code:3

[08.12.2019 00:46:37]
Mail was not sent! Error Code:3

[08.12.2019 00:47:11]
Mail was not sent! Error Code:3

[08.12.2019 00:47:46]
Mail was not sent! Error Code:3

[08.12.2019 00:48:20]
Mail was not sent! Error Code:3

[08.12.2019 01:08:14]
Hook Started........Timer Started

[08.12.2019 01:08:49]
Mail was not sent! Error Code:3

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.