Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomnomnom/waybackurls
Fetch all the URLs that the Wayback Machine knows about for a domain
https://github.com/tomnomnom/waybackurls
Last synced: 10 days ago
JSON representation
Fetch all the URLs that the Wayback Machine knows about for a domain
- Host: GitHub
- URL: https://github.com/tomnomnom/waybackurls
- Owner: tomnomnom
- Created: 2018-01-24T22:25:18.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T05:40:44.000Z (6 months ago)
- Last Synced: 2024-10-14T15:21:27.544Z (25 days ago)
- Language: Go
- Size: 8.79 KB
- Stars: 3,484
- Watchers: 66
- Forks: 468
- Open Issues: 46
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
- awesome-bugbounty-tools - waybackurls - Fetch all the URLs that the Wayback Machine knows about for a domain (Recon / Links)
- WebHackersWeapons - waybackurls
README
# waybackurls
Accept line-delimited domains on stdin, fetch known URLs from the Wayback Machine for `*.domain` and output them on stdout.
Usage example:
```
▶ cat domains.txt | waybackurls > urls
```Install:
```
▶ go install github.com/tomnomnom/waybackurls@latest
```## Credit
This tool was inspired by @mhmdiaa's [waybackurls.py](https://gist.github.com/mhmdiaa/adf6bff70142e5091792841d4b372050) script.
Thanks to them for the great idea!