Git Product home page Git Product logo

duckcpp's Introduction

DuckCpp

Codacy grade GitHub
DuckCpp is a multifunctional keylogger using WinAPI and libcurl. VirusTotal 4/68

Features:

  • Adding a copy to run automatically at startup
  • Capturing all pressed keystrokes with low-level keyboard hook
  • Encryption of logs with AES
  • Sending logs via email
  • Debugger detection
  • If email does not work or is disabled, the program writes logs to your hard drive.

Settings:

  • bool copyToAutorun - "true" if you want the program to start automatically at startup, "false" otherwise
  • int timerPeriodSeconds - the number of seconds that pass between sending an email or writing logs to disk
  • tstring dirPath - the path to the directory with the executable file and logs (will be created automatically)
  • tstring executableFileName - the name of executable file copied to the disk
  • tstring logFileName - the log file name.

Encryption settings:

  • bool encryptLogs - "true" if you want to enable encryption, "false" otherwise
  • string aesKey - HEX string with your key (256bit)

Mail settings:

  • bool trySendEmail - "true" if you want to enable email sending, "false" otherwise
  • string login - login for the mail server
  • string password - password for the mail server
  • string URL - the full URL of your mail server
  • string repicient - email address where emails will be sent.

How to decrypt logs:

If you have enabled encryption you should use DecryptorQt. Also DuckSharp will work.

duckcpp's People

Contributors

zorggomat 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.