Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 1.93 KB

README.md

File metadata and controls

61 lines (38 loc) · 1.93 KB

Welcome to Simple Python Spyware 👋

A very simple spyware I wrote in Python3 which takes screenshots, webcam pictures and microphone recordings and sends it to a discord webhook

Install requirements

pip install -r requirements.txt

Options

  • wait_time on line 11 (How much time to wait before each screenshot, webcam picture, and microphone recording ( in seconds ))
  • webhook on line 12 (Your discord webhook)
  • compile_to_zip on line 13 (If you want the script to compile the files to a zip before sending it via discord webhook)

Usage

python spyware.py

How to make a discord webhook

  1. Choose a channel and click on the gear wheel that says "Edit Channel"

image4

  1. Go to the "Integrations" tab and click on "Create Webhook"

image5

  1. Edit the webhook name and icon as you wish, and then click on "Copy Webhook URL" to copy the webhook URL and put it in the code

image6

Webhook help

https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks

Tested on:

  • Windows 10

Author

👤 metaltiger775

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Buymeacoffee


This README was generated with ❤️ by readme-md-generator