/MediaFire-URL-Download-Seed-Generator

The tool generates a wordlist with seeds to get access to random downloads which can contain some juicy stuff.

Primary LanguagePython

MediaFire-Redirect-Seed-Tool

The tool generates a wordlist with seeds which you can fuzz MediaFire with and it will redirect you to random downloads which can contain some juicy stuff. Just run the tool and it will generate a list of seeds for MediaFire downloads. Some are false-positives as the owner could have removed the file/folder. Seedgen made for MediaFire "phising" in combination with wfuzz. S is for how many letters/numbers will be generated. Range is for how many seeds will be generated. I will not take any responsibility if used in the wrong way.

Run with: wfuzz -c -v -w seeds.txt --hc=404 --sc=0 --sw=0 https://www.mediafire.com/file/FUZZ (The URL can also be http://www.mediafire.com/download/*SEED*)

For example this link https://www.mediafire.com/file/c0o3k17wzxiq3g0/xor_output.txt/file only need the seed "c0o3k17wzxiq3g0" to redirect to the full download. Use verbose for checking which 302 redirects to a download.

Youtube example: https://www.youtube.com/watch?v=AQPeCIsmU44

github