mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-11 10:41:09 +00:00
update
This commit is contained in:
parent
1cfd6a6b9d
commit
daf5662eab
2 changed files with 10 additions and 16 deletions
|
|
@ -425,8 +425,11 @@ def checkSqlInjection(place, parameter, value):
|
|||
injection.data[stype].matchRatio = kb.matchRatio
|
||||
|
||||
injection.conf.textOnly = conf.textOnly
|
||||
injection.conf.string = conf.string
|
||||
injection.conf.regexp = conf.regexp
|
||||
injection.conf.string = conf.string
|
||||
injection.conf.regexp = conf.regexp
|
||||
injection.conf.uCols = conf.uCols
|
||||
injection.conf.uChar = conf.uChar
|
||||
injection.conf.timeSec = conf.timeSec
|
||||
|
||||
if hasattr(test, "details"):
|
||||
for detailKey, detailValue in test.details.items():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue