mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor update
This commit is contained in:
parent
4009ef385e
commit
8d9201a3dc
|
@ -439,6 +439,13 @@ def resumeConfKb(expression, url, value):
|
||||||
logMsg += "'%s' from session file" % kb.stackedTest
|
logMsg += "'%s' from session file" % kb.stackedTest
|
||||||
logger.info(logMsg)
|
logger.info(logMsg)
|
||||||
|
|
||||||
|
elif expression == "Error based injection" and url == conf.url:
|
||||||
|
kb.errorTest = unSafeFormatString(value[:-1]) == 'Yes'
|
||||||
|
|
||||||
|
logMsg = "resuming error based injection "
|
||||||
|
logMsg += "'%s' from session file" % kb.errorTest
|
||||||
|
logger.info(logMsg)
|
||||||
|
|
||||||
elif expression == "Union comment" and url == conf.url:
|
elif expression == "Union comment" and url == conf.url:
|
||||||
kb.unionComment = unSafeFormatString(value[:-1])
|
kb.unionComment = unSafeFormatString(value[:-1])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user