Skip to content

Commit e482ca2

Browse files
authored
Merge pull request #44 from codingo/codingo-typo-fix
Fixed typo (rate_limit, rate-limit)
2 parents e676ba0 + 1b17d71 commit e482ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ pip install -r requirements.txt
4040
| --unique-depth UNIQUE_DEPTH | Show likely matches of page content that is found x times (default 1). |
4141
| --ssl | If set then connections will be made over HTTPS instead of HTTP. |
4242
| --fuzzy-logic | If set then all unique content replies are compared and a similarity ratio is given for each pair. This helps to isolate vhosts in situations where a default page isn't static (such as having the time on it). |
43-
| --rate_limit | Amount of time in seconds to delay between each scan (default 0). |
43+
| --rate-limit | Amount of time in seconds to delay between each scan (default 0). |
4444
| --waf | If set then simple WAF bypass headers will be sent. |
4545
| -oN OUTPUT_NORMAL | Normal output printed to a file when the -oN option is specified with a filename argument. |
4646
| - | By passing a blank '-' you tell VHostScan to expect input from stdin (pipe). |

0 commit comments

Comments
 (0)