mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Unhide '--disable-stats' (#5912)
This commit is contained in:
parent
1de66fd7e1
commit
8f9eeb5d54
4 changed files with 11 additions and 7 deletions
|
|
@ -401,6 +401,10 @@ technique = BEUSTQ
|
|||
# Default: 5
|
||||
timeSec = 5
|
||||
|
||||
# Disable the statistical model for detecting the delay.
|
||||
# Valid: True or False
|
||||
disableStats = False
|
||||
|
||||
# Range of columns to test for.
|
||||
# Valid: range of integers
|
||||
# Example: 1-10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue