mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 21:51:29 +00:00
Patching silent per-thread issue with technique switching (fixes #3784)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user