PySleuth is an advanced spyware controllable by email/telegram.
-
Keylogging
-
Mouse activity (pixel coordinates of presses and release with screenshots)
-
Process in the active window
-
Screenshots every x seconds
-
Clipboard data
-
Webcam access
python >= 3.6
pip install -r requirements.txt
sudo apt install xdotool
Coming soon !
-
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"
-
Edit settings.yml according to preference
-
Run
python main.py
-
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 onGENERATE
. Note down the password provided
-
-
Configure environment variables
export PYSLEUTH_EMAIL_PWD="your password here"
-
Edit settings.yml according to preference
-
Run
python main.py