Skip to content

Commit 8cb7558

Browse files
committed
Updated README.md with new command line args
1 parent 4fd4791 commit 8cb7558

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ $ pip install -r requirements.txt
4040
| -r REAL_PORT | The real port of the webserver to use in headers when not 80 (see RFC2616 14.23), useful when pivoting through ssh/nc etc (default to PORT). |
4141
| --ignore-http-codes IGNORE_HTTP_CODES | Comma separated list of http codes to ignore with virtual host scans (default 404). |
4242
| --ignore-content-length IGNORE_CONTENT_LENGTH | Ignore content lengths of specificed amount. |
43+
| --prefix PREFIX | Add a prefix to each item in the wordlist, to add dev-<word>, test-<word> etc |
44+
| --suffix SUFFIX | Add a suffix to each item in the wordlist, to add <word>dev, <word>dev |
4345
| --first-hit | Return first successful result. Only use in scenarios where you are sure no catch-all is configured (such as a CTF). |
4446
| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). |
4547
| --ssl | If set then connections will be made over HTTPS instead of HTTP. |
@@ -52,6 +54,7 @@ $ pip install -r requirements.txt
5254
| -oN OUTPUT_NORMAL | Normal output printed to a file when the -oN option is specified with a filename argument. |
5355
| -oG OUTPUT_GREPABLE | Grepable output printed to a file when the -oG is specified with a filename argument. |
5456
| -oJ OUTPUT_JSON | JSON output printed to a file when the -oJ option is specified with a filename argument. |
57+
| -v VERBOSE | Increase the output of the tool to show progress |
5558

5659

5760
## Usage Examples

0 commit comments

Comments
 (0)