Skip to content

Latest commit

 

History

History
85 lines (49 loc) · 1.42 KB

README.md

File metadata and controls

85 lines (49 loc) · 1.42 KB

PySleuth

PySleuth is an advanced spyware controllable by email/telegram.

Features

  • Keylogging

  • Mouse activity (pixel coordinates of presses and release with screenshots)

  • Process in the active window

  • Screenshots every x seconds

Upcoming

  • Clipboard data

  • Webcam access

Requirements

Linux

python >= 3.6

pip install -r requirements.txt
sudo apt install xdotool

Windows

Coming soon !

Usage

Telegram Control

  • Clone repository

  • Make telegram bot using telegram's Bot Father

  • Configure environment variables

export TELEGRAM_TOKEN="your token here"
export TELEGRAM_ID="administrator's chat ID here"
python main.py

Email control

  • Clone repository

  • Make an email for the program and setup password for the application

    • From the Google account to send mail from, go to the security section

    • Navigate to the 2-Step Verification section and make sure it is turned ON

    • Go to the App passwords section

    • Select app as Mail and choose your device and click on GENERATE. Note down the password provided

  • Configure environment variables

export PYSLEUTH_EMAIL_PWD="your password here"
python main.py