mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
minor update
This commit is contained in:
parent
831f083223
commit
4be55c811f
2 changed files with 5 additions and 1 deletions
|
|
@ -253,6 +253,9 @@ def resumeConfKb(expression, url, value):
|
|||
infoMsg += "files directory '%s' from session file" % conf.tmpPath
|
||||
logger.info(infoMsg)
|
||||
|
||||
elif conf.freshQueries:
|
||||
pass
|
||||
|
||||
elif expression == "TABLE_EXISTS" and url == conf.url:
|
||||
table = unSafeFormatString(value[:-1])
|
||||
split = '..' if Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.SYBASE) else '.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue