Skip to content

Exploit Flickr or any other image hosting service to serve static pages

Notifications You must be signed in to change notification settings

gogorikidze/leechserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeechServe.js

This library lets you use flickr or any other image hosting service to serve static pages.
Max filesize flickr allows is 200MB per image, most computers will crash at 15.

Demos:
(400KB | img:600KB)copy of Dexter's Wiki page (Flickr used for serving the image)
(400KB | img:600KB)copy of Dexter's Wiki page (imgBB used for serving the image)
(1900KB | img:4300KB)"The Mystery of the Immaculate Concussion" by Julia Ioffe (Flickr used for serving the image)
(6400KB | img:12700KB)"The Secrets of the World's Greatest Jailbreak Artist" by Adam Leith Gollner (Flickr used for serving the image)

How to use it

1: Convert your page to a single file with this tool:
Singlefile's github repo
2: Go to the link below ('compiler.html' you can use your own copy of the file)
Encoder
(please use Chrome) 3: Choose your HTML file, wait for the image to appear and then download it
4: Upload the image (flickr and imgBB are preferred as they won't compress the images)
5: Add LeechServe to you page:

<script src="leechserve.js"></script>

6: Add the image url to your website:

let leech = new Leech({visible: true, threads: false});
leech.loadFromUrl(url); //insert the url of the image

About

Exploit Flickr or any other image hosting service to serve static pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published