Giter Site home page Giter Site logo

kl0gg3r's Introduction

K3yL0G.py

  • Records user application activity, and the user's keystrokes corresponding to that application.
  • This program will record sensitive data such as passwords, emails, phone numbers. EVERYTHING that the user types is stored in the logs.txt file, or emailed to the admin of 'K3yL0G.py'.
  • K3yL0G.py is initially setup to run in 'DEBUG' mode. Which outputs the keys pressed, to a console, and stores the data to a 'Logs.txt' file in the specified debug DIR on disk, rather than emailing the one in control of this file. This is to help minimize damage from script kiddies. While in Debug Mode 'K3yL0G.py' can be shut down with 'HOME' key.
  • I assume whoever is running this script possesses the knowledge to take it out of debug mode. Here is a quick run down:
    • Under the write_file() function; Change dirList = [debug] >> dirList = [one, two, three]
    • Run send_logs() function >> name == 'main' (Above the Listener) # Current WIP
    • OPTIONAL: Remove/modify the conditional under on_press() function that shuts down K3yL0G.py with 'HOME' key.

Don't forget to add 'KL0gG3r.py' as an exception to Win. Defender when Windows inevitably tries to quarantine it...

Example Logs:

image

TODO:

  • Finish send_logs() function.
    • -Emails the file to email address. Google API is a bitch right now.[SCRATCHED]
    • Use socket lib to send file via encrypted FTP socket. [WIP] [Almost complete]

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.