mirror of
https://codeberg.org/gigirassy/riptide
synced 2026-08-30 23:27:39 +00:00
Update README.md
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
# riptide
|
# riptide
|
||||||
|
|
||||||
quick, recursive, sitemap extractor
|
quick, recursive, sitemap url extractor
|
||||||
|
|
||||||
|
## installation and usage:
|
||||||
|
|
||||||
|
``git clone https://codeberg.org/gigirassy/riptide/ && cd riptide && cargo install .``
|
||||||
|
|
||||||
|
```bash
|
||||||
|
riptide \
|
||||||
|
--sitemap https://example.com/sitemap.xml \
|
||||||
|
--output examplecomurls.txt \
|
||||||
|
--scheme https \
|
||||||
|
--workers 16 \
|
||||||
|
--user-agent "Mozilla/5.0 (X11; Linux i686; rv:151.0) Gecko/20100101 Firefox/151.0"
|
||||||
|
```
|
||||||
|
|
||||||
|
by default, riptide identifies itself in user agent, the above example overrides it.
|
||||||
|
|
||||||
|
## license
|
||||||
|
|
||||||
|
isc
|
||||||
Reference in New Issue
Block a user