This commit is contained in:
Miroslav Stampar 2015-03-30 11:58:09 +02:00
parent 99c1cc9937
commit c35fa63a48
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ def cmdLineParser():
"default %d)" % defaults.level)
detection.add_option("--risk", dest="risk", type="int",
help="Risk of tests to perform (0-3, "
help="Risk of tests to perform (1-3, "
"default %d)" % defaults.level)
detection.add_option("--string", dest="string",

View File

@ -282,7 +282,7 @@ level = 1
# Risk of tests to perform.
# Note: boolean-based blind SQL injection tests with AND are considered
# risk 1, with OR are considered risk 3.
# Valid: Integer between 0 and 3
# Valid: Integer between 1 and 3
# Default: 1
risk = 1