mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Patching silent per-thread issue with technique switching (fixes #3784)
This commit is contained in:
parent
32e09c8dfb
commit
3abd3e1a8d
9 changed files with 74 additions and 53 deletions
|
|
@ -20,6 +20,7 @@ from lib.core.common import randomInt
|
|||
from lib.core.common import randomStr
|
||||
from lib.core.common import readInput
|
||||
from lib.core.common import removeReflectiveValues
|
||||
from lib.core.common import setTechnique
|
||||
from lib.core.common import singleTimeLogMessage
|
||||
from lib.core.common import singleTimeWarnMessage
|
||||
from lib.core.common import stdev
|
||||
|
|
@ -323,7 +324,7 @@ def unionTest(comment, place, parameter, value, prefix, suffix):
|
|||
return
|
||||
|
||||
negativeLogic = kb.negativeLogic
|
||||
kb.technique = PAYLOAD.TECHNIQUE.UNION
|
||||
setTechnique(PAYLOAD.TECHNIQUE.UNION)
|
||||
|
||||
try:
|
||||
if negativeLogic:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue