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