Giter Club home page Giter Club logo

keylogger's Introduction

A simple but very efficient Keylogger!

Information

On execution, it secretly runs and stores everything the user types in a file, called "keys.log".
Then, it sends an email every specified delay to a specific email address with this file attached.
The user can't detect any of this as it runs secretly in background; the victim has to manually kill the process with task manager or reboot the computer to stop it.

Please, do not use this to harm other people. I do not take responsibility for any damage caused with this file.

Instructions

Install all the dependencies and manually change lines 14, 15 and 16, with the sender's email (gmail, or change the smtp_server variable), receiver's email and sender's email's password respectively.
You can also change the delay between each e-mail by modifying line 41 and replacing the function's argument to your desired time in seconds (10 minutes default).
If you use gmail, you might need to enable the "Allow less secure apps" option in your google account, in order to allow this script to log-in your account.

Dependencies

  • Pynput (important: install version 1.6.8, as the newest version has troubles running with PyInstaller. You can install it with pip install pynput==1.6.8)
  • PyInstaller (to convert it to an executable file. pip install pyinstaller)

How to convert it to an exe file

Once you have modified and saved the main file with your data, run the command prompt in the same folder as the main.py file and simply type the following command: pyinstaller --onefile -w main.py
Go to the new created directory "dist" and you'll see your desired .exe file with every dependency in it, so it can be executed on any computer!
Send it to prank your friends!

keylogger's People

Contributors

myphz avatar

Stargazers

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