waymore: add page (#12487)

* waymore: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/28/head
Fazle Arefin 2024-03-12 05:10:52 +11:00 committed by GitHub
parent a83339b94f
commit 92b0c3bde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
pages/common/waymore.md Normal file
View File

@ -0,0 +1,21 @@
# 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/`):
`waymore -i {{example.com}}`
- Limit search results to only include a list of URLs for a domain and store outputs to the specified file:
`waymore -mode U -oU {{path/to/example.com-urls.txt}} -i {{example.com}}`
- Only output the content bodies of URLs and store outputs to the specified directory:
`waymore -mode R -oR {{path/to/example.com-url-responses}} -i {{example.com}}`
- Filter the results by specifying date ranges:
`waymore -from {{YYYYMMDD|YYYYMM|YYYY}} -to {{YYYYMMDD|YYYYMM|YYYY}} -i {{example.com}}`