mirror of
https://codeberg.org/gigirassy/riptide
synced 2026-08-30 23:27:39 +00:00
Update README.md
This commit is contained in:
@@ -30,6 +30,8 @@ Executed in 5.99 secs fish external
|
|||||||
|
|
||||||
### usage
|
### usage
|
||||||
|
|
||||||
|
**linux/bsd**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
riptide \
|
riptide \
|
||||||
--sitemap https://example.com/sitemap.xml \
|
--sitemap https://example.com/sitemap.xml \
|
||||||
@@ -39,6 +41,13 @@ riptide \
|
|||||||
--user-agent "Mozilla/5.0 (X11; Linux i686; rv:151.0) Gecko/20100101 Firefox/151.0"
|
--user-agent "Mozilla/5.0 (X11; Linux i686; rv:151.0) Gecko/20100101 Firefox/151.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**windows**
|
||||||
|
in same directory as riptide.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
.\riptide.exe --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"
|
||||||
|
```
|
||||||
|
|
||||||
for searching for terms in urls after output is completed, i recommend [ripgrep](https://github.com/BurntSushi/ripgrep).
|
for searching for terms in urls after output is completed, i recommend [ripgrep](https://github.com/BurntSushi/ripgrep).
|
||||||
|
|
||||||
by default, riptide identifies itself in user agent, the above example overrides it.
|
by default, riptide identifies itself in user agent, the above example overrides it.
|
||||||
|
|||||||
Reference in New Issue
Block a user