Skip to content

Commit a795fc0

Browse files
committed
Update readme
1 parent c2bc0ec commit a795fc0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ List all URLs in sitemap. If it is sitemap index (sitemap that contains URLs to
9696
pentest-tool-lite sitemap https://example.com/sitemap.xml
9797
```
9898

99+
#### Random
100+
101+
Reads from standard input and outputs lines based on some probability. This can be used for testing just random urls. For example, you can run `sitemap` sub-command, but you don't want to run the pentest on all of listed urls, so you can use pipes and pick random urls.
102+
103+
```
104+
pentest-tool-lite sitemap https://example.com/sitemap.xml | pentest-tool-lite random | xargs -n1 pentest-tool-lite
105+
```
106+
99107
## Contributing
100108

101109
Use [GitHub issues](https://github.com/juffalow/pentest-tool-lite/issues) if you have suggestion for new check(s) or you found a bug in existing one.

0 commit comments

Comments
 (0)