Skip to content

Commit 38756ec

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +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 |
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 |
4545
| --first-hit | Return first successful result. Only use in scenarios where you are sure no catch-all is configured (such as a CTF). |
4646
| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). |
4747
| --ssl | If set then connections will be made over HTTPS instead of HTTP. |

0 commit comments

Comments
 (0)