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.
- Host: GitHub
- URL: https://github.com/barisbaydur/waybackurls
- Owner: barisbaydur
- Created: 2023-03-07T13:15:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T11:45:23.000Z (about 3 years ago)
- Last Synced: 2024-06-20T12:42:08.811Z (almost 2 years ago)
- Topics: wayback, wayback-machine, waybackmachine, waybackurl, waybackurls
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.
```