An open API service indexing awesome lists of open source software.

https://github.com/barisbaydur/waybackurls

Bring all the URLs that the Wayback machine knows for one or more domain names.
https://github.com/barisbaydur/waybackurls

wayback wayback-machine waybackmachine waybackurl waybackurls

Last synced: 5 months ago
JSON representation

Bring all the URLs that the Wayback machine knows for one or more domain names.

Awesome Lists containing this project

README

          

# waybackurls

Bring all the URLs that the Wayback machine knows for one or more domain names.

Installation

```
▶ go install github.com/barisbaydur/waybackurls@latest
```

Usage Example

```
▶ waybackurls -hostFile -outFile
▶ waybackurls -host -outFile
▶ waybackurls -host
```
Use -hostFile to specify a file with a list of domains to check.

Use -outFile to save the results to a file by domain name. If not used, the results will be printed to the terminal.

Help

```
-host string
This flag will specify a single domain to check.
-hostFile string
This flag will specify a file with a list of domains to check.
-outFile
This flag will save the results to a file by domain name. If not used, the results will be printed to the terminal.
```