mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Code cleanup
This commit is contained in:
@@ -1950,10 +1950,12 @@ def initTechnique(technique=None):
|
||||
conf.textOnly = True
|
||||
debugMsg = "restoring switch --text-only"
|
||||
logger.debug(debugMsg)
|
||||
|
||||
if kb.injection.conf.string:
|
||||
conf.string = kb.injection.conf.string
|
||||
debugMsg = "restoring option --string '%s'" % conf.string
|
||||
logger.debug(debugMsg)
|
||||
|
||||
if kb.injection.conf.regexp:
|
||||
conf.regexp = kb.injection.conf.regexp
|
||||
debugMsg = "restoring option --regexp '%s'" % conf.regexp
|
||||
|
||||
Reference in New Issue
Block a user