Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 475 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 475 Bytes

waybacked

Get URLs from the Wayback Machine. waybacked is well-suited for bug bounty or security reconnaissance since it is able to handle large outputs.

waybacked run example

How to install

$ git clone https://github.com/KarimPwnz/waybacked.git
$ cd waybacked
$ python3 setup.py install

Usage

$ waybacked <search_query>

or

$ echo <search_query> | waybacked

or

$ cat searches.txt | waybacked