Skip to content

Sachin-v3rma/MrURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MrURL

Mr.URL fetches known URLs for a given domain from Wayback Machine, Commoncrawl and OTX Alienvault. It also finds old versions of any given URL using WaybackMachine. Inspired by GAU and Waybackurls.

Installation:

$ git clone https://github.com/Sachin-v3rma/MrURL
$ cd MrURL && pip install -r requirements.txt
$ python3 MrURL.py -h

Usage:

Examples:

$ echo example.com | python3 MrURL.py
$ echo example.com | python3 MrURL.py -subs
$ cat live_subs.txt | python3 MrURL.py -q -t5
$ cat js_links.txt | python3 MrURL.py -v
Flag Description
-h, --help show this help message and exit
-subs Include Subdomains
-q Quick Mode (Uses Only WaybackMachine)
-v Get Old versions of a URL
-t Number of threads (Default : 10)

Buy Me A Coffee

About

A Tool to scrape URLs for a given domain from wayback machine, Commoncrawl and OTX Alienvault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages