2024-03-12 05:10:52 +11:00
|
|
|
# waymore
|
|
|
|
|
|
|
|
> Fetch URLs of a domain from Wayback Machine, Common Crawl, Alien Vault OTX, URLScan, and VirusTotal.
|
|
|
|
> Note: Unless specified, output is dumped into the `results/` directory where waymore's `config.yml` resides (by default in `~/.config/waymore/`).
|
|
|
|
> More information: <https://github.com/xnl-h4ck3r/waymore>.
|
|
|
|
|
|
|
|
- Search for URLs of a domain (output will typically be in `~/.config/waymore/results/`):
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`waymore {{[-i|--input]}} {{example.com}}`
|
2024-03-12 05:10:52 +11:00
|
|
|
|
|
|
|
- Limit search results to only include a list of URLs for a domain and store outputs to the specified file:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`waymore -mode U {{[-oU|--output-urls]}} {{path/to/example.com-urls.txt}} {{[-i|--input]}} {{example.com}}`
|
2024-03-12 05:10:52 +11:00
|
|
|
|
|
|
|
- Only output the content bodies of URLs and store outputs to the specified directory:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`waymore -mode R {{[-oR|--output-responses]}} {{path/to/example.com-url-responses}} {{[-i|--input]}} {{example.com}}`
|
2024-03-12 05:10:52 +11:00
|
|
|
|
|
|
|
- Filter the results by specifying date ranges:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`waymore -from {{YYYYMMDD|YYYYMM|YYYY}} {{[-to|--to-date]}} {{YYYYMMDD|YYYYMM|YYYY}} {{[-i|--input]}} {{example.com}}`
|