mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 19:15:42 +02:00
waymore: add page (#12487)
* waymore: add page --------- Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
parent
a83339b94f
commit
92b0c3bde7
1 changed files with 21 additions and 0 deletions
21
pages/common/waymore.md
Normal file
21
pages/common/waymore.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue