mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Trivial updates
This commit is contained in:
parent
38d5086b88
commit
1a95cea1f2
6 changed files with 11 additions and 9 deletions
|
|
@ -163,7 +163,7 @@ def tableExists(tableFile, regex=None):
|
|||
if not threadData.shared.files:
|
||||
warnMsg = "no table(s) found"
|
||||
if conf.db:
|
||||
warnMsg += " for database '%s'" % conf.db
|
||||
warnMsg += " for database '%s'" % conf.db
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
for item in threadData.shared.files:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue