Skip to content

A script that generates random lightshot urls and downloads any images it finds.

Notifications You must be signed in to change notification settings

GrzesiuDeveloper/lightshot_scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lightshot_scraper

Introduction

A popular image sharing/screenshot creating software, Lightshot, hosts images in urls in a sequence of 6 characters made up of ascii lettersa and integers. Now, this means that it's incredibly incrediblely easy to bruteforce these url endings and find publically hosted images that were uploaded by random users across the internet. This script enables its user to do so.

Parameters & Requirements

The requirements of the script can be found in the requirements.txt. Once prereqs are installed, the script runs entirely in the command line. Run the script in the script's main directory with python lightshot_explorer.py.

From there it'll ask how many attempts at link generation/downloading you want, and it'll perform them in real time until completition

NOTE: There's no way of knowing what pictures you'll find, but this has a lot of practical usage such as image set generation

About

A script that generates random lightshot urls and downloads any images it finds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%