mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Introducing detection switch --lengths
This commit is contained in:
parent
d69ae91325
commit
16cd9425ae
6 changed files with 21 additions and 5 deletions
|
|
@ -2264,6 +2264,7 @@ def _setKnowledgeBaseAttributes(flushAll=True):
|
|||
|
||||
kb.matchRatio = None
|
||||
kb.maxConnectionsFlag = False
|
||||
kb.trueLength = None
|
||||
kb.mergeCookies = None
|
||||
kb.multiThreadMode = False
|
||||
kb.multipleCtrlC = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue