mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
9f68e54fff
commit
6f8d8a15aa
2 changed files with 5 additions and 5 deletions
|
|
@ -472,6 +472,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
injection.data[stype].comment = comment
|
||||
injection.data[stype].templatePayload = templatePayload
|
||||
injection.data[stype].matchRatio = kb.matchRatio
|
||||
injection.data[stype].chars = kb.chars
|
||||
|
||||
injection.conf.textOnly = conf.textOnly
|
||||
injection.conf.titles = conf.titles
|
||||
|
|
@ -479,8 +480,6 @@ def checkSqlInjection(place, parameter, value):
|
|||
injection.conf.regexp = conf.regexp
|
||||
injection.conf.optimize = conf.optimize
|
||||
|
||||
injection.chars = kb.chars
|
||||
|
||||
if conf.beep or conf.realTest:
|
||||
beep()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue