mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Fixes #1212
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user