Using Lightshot, bruteforce the screenshots saved on prnt.sc and send them to a Discord Webhook. Disclaimer: This repository is exclusively intended for educational use. It illustrates the possible operation of a brute-force URL generator. It is against the law and unethical to use such scripts for data scraping, unauthorized access, or any other evil purpose. Before experimenting, always get permission, and never abuse your knowledge.
This script shows how to generate URLs using a brute-force approach. It is an investigation into theory to comprehend the mechanism and create safeguards against any abuse. In this scenario, Lightshot URLs at prnt.sc would be bruteforced and streamed to a Discord Webhook.
-
Clone the repository
git clone https://github.com/MrShadowDev/screenshot-stealer
-
Install the requirements
pip install -r requirements.txt
-
Configuration Edit the
config.json
to add your Discord webhook in order for an example. -
Run the script
python merun.py
Before testing on any platform or service, please make sure you have the appropriate authorization. Usage that is not authorized may lead to legal action and platform bans.