Skip to content

Commit

Permalink
docs: add --same-{host,root} options
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Oct 24, 2024
1 parent bf87ac5 commit 12b9275
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,18 @@ Simply, galer can be run with:

This will display help for the tool. Here are all the switches it supports.

| **Flag** | **Description** |
|------------------- |----------------------------------------------------------------- |
| -u, --url | Target to fetches _(single target URL or list)_ |
| -e, --extension | Show only certain extensions _(comma-separated, e.g. js,php)_ |
| -c, --concurrency | Concurrency level _(default: 50)_ |
| --in-scope | Show in-scope URLs/same host only |
| -o, --output | Save fetched URLs output into file |
| -t, --timeout | Maximum time _(seconds)_ allowed for connection _(default: 60)_ |
| -s, --silent | Silent mode _(suppress an errors)_ |
| -v, --verbose | Verbose mode show error details unless you weren't use silent |
| -h, --help | Display its helps |
| **Flag** | **Description** |
|------------------- |----------------------------------------------------------------- |
| -u, --url | Target to fetches _(single target URL or list)_ |
| -e, --extension | Show only certain extensions _(comma-separated, e.g. js,php)_ |
| -c, --concurrency | Concurrency level _(default: 50)_ |
| --same-host | Same host only |
| --same-root | Same root (eTLD+1) only (takes precedence over --same-host) |
| -o, --output | Save fetched URLs output into file |
| -t, --timeout | Maximum time _(seconds)_ allowed for connection _(default: 60)_ |
| -s, --silent | Silent mode _(suppress an errors)_ |
| -v, --verbose | Verbose mode show error details unless you weren't use silent |
| -h, --help | Display its helps |

### Examples

Expand Down

0 comments on commit 12b9275

Please sign in to comment.