Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c35fa63

Browse files
committed
Fixes #1212
1 parent 99c1cc9 commit c35fa63

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def cmdLineParser():
294294
"default %d)" % defaults.level)
295295

296296
detection.add_option("--risk", dest="risk", type="int",
297-
help="Risk of tests to perform (0-3, "
297+
help="Risk of tests to perform (1-3, "
298298
"default %d)" % defaults.level)
299299

300300
detection.add_option("--string", dest="string",

sqlmap.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ level = 1
282282
# Risk of tests to perform.
283283
# Note: boolean-based blind SQL injection tests with AND are considered
284284
# risk 1, with OR are considered risk 3.
285-
# Valid: Integer between 0 and 3
285+
# Valid: Integer between 1 and 3
286286
# Default: 1
287287
risk = 1
288288

0 commit comments

Comments
 (0)