mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor fixes once more
This commit is contained in:
parent
d0ddaee3c8
commit
a2c20acf94
3 changed files with 13 additions and 0 deletions
|
|
@ -211,6 +211,9 @@ class Enumeration(GenericEnumeration):
|
|||
values = [ values ]
|
||||
|
||||
for foundTbl in values:
|
||||
if foundTbl is None:
|
||||
continue
|
||||
|
||||
if foundTbl not in dbs[db]:
|
||||
dbs[db][foundTbl] = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue