Giter Club home page Giter Club logo

keylogger's Introduction

KeyLogger

Introduction

This Python created keylogger saves key strokes after a configerable amount of time and sends them to a specified email.

Usage

After opening the file, the program begins tracking key strokes and automatically sends the data in the background. Make sure to edit these variables before running your program.

Be sure to input your email and password into the raw code before running

GMAIL = ""
PASSWORD = ""

Edit the SAVINGDELAY variable before running to specify how long to wait before sending each email

SAVINGDELAY = 10

The STOPCOMBO variable are the keys you have to hold to stop the program from running in the background (default is alt+down arrow)

STOPCOMBO = {keyboard.Key.alt_l, keyboard.Key.down}

Launch

Python 3.6.3

Status:

In progress

keylogger's People

Contributors

sebastian-git avatar

Stargazers

 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.