mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Minor cosmetic fix
This commit is contained in:
parent
7ba0da66b1
commit
87ad96bf01
|
@ -318,6 +318,10 @@ class Search:
|
||||||
foundTbl = safeSQLIdentificatorNaming(foundTbl, True)
|
foundTbl = safeSQLIdentificatorNaming(foundTbl, True)
|
||||||
foundTbls[db].append(foundTbl)
|
foundTbls[db].append(foundTbl)
|
||||||
|
|
||||||
|
for db in foundTbls.keys():
|
||||||
|
if not foundTbls[db]:
|
||||||
|
del foundTbls[db]
|
||||||
|
|
||||||
if not foundTbls:
|
if not foundTbls:
|
||||||
warnMsg = "no databases contain any of the provided tables"
|
warnMsg = "no databases contain any of the provided tables"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user