mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-16 11:03:26 +03:00
another fix (OS was set to None at all previous sessions if there was no explicit OS testing done)
This commit is contained in:
parent
e28b9f26fc
commit
6651ba05eb
|
@ -361,6 +361,7 @@ def resumeConfKb(expression, url, value):
|
||||||
elif expression == "OS" and url == conf.url:
|
elif expression == "OS" and url == conf.url:
|
||||||
os = unSafeFormatString(value[:-1])
|
os = unSafeFormatString(value[:-1])
|
||||||
|
|
||||||
|
if os and os != 'None':
|
||||||
logMsg = "resuming back-end DBMS operating system '%s' " % os
|
logMsg = "resuming back-end DBMS operating system '%s' " % os
|
||||||
logMsg += "from session file"
|
logMsg += "from session file"
|
||||||
logger.info(logMsg)
|
logger.info(logMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user