mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 04:53:48 +03:00
Fixes #1212
This commit is contained in:
parent
99c1cc9937
commit
c35fa63a48
|
@ -294,7 +294,7 @@ def cmdLineParser():
|
||||||
"default %d)" % defaults.level)
|
"default %d)" % defaults.level)
|
||||||
|
|
||||||
detection.add_option("--risk", dest="risk", type="int",
|
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)
|
"default %d)" % defaults.level)
|
||||||
|
|
||||||
detection.add_option("--string", dest="string",
|
detection.add_option("--string", dest="string",
|
||||||
|
|
|
@ -282,7 +282,7 @@ level = 1
|
||||||
# Risk of tests to perform.
|
# Risk of tests to perform.
|
||||||
# Note: boolean-based blind SQL injection tests with AND are considered
|
# Note: boolean-based blind SQL injection tests with AND are considered
|
||||||
# risk 1, with OR are considered risk 3.
|
# risk 1, with OR are considered risk 3.
|
||||||
# Valid: Integer between 0 and 3
|
# Valid: Integer between 1 and 3
|
||||||
# Default: 1
|
# Default: 1
|
||||||
risk = 1
|
risk = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user