mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Patches #1419
This commit is contained in:
parent
27707be467
commit
f96edc951c
|
@ -336,7 +336,7 @@ class Enumeration(GenericEnumeration):
|
|||
values = [values]
|
||||
|
||||
for foundTbl in values:
|
||||
foundTbl = safeSQLIdentificatorNaming(foundTbl, True)
|
||||
foundTbl = safeSQLIdentificatorNaming(unArrayizeValue(foundTbl), True)
|
||||
|
||||
if foundTbl is None:
|
||||
continue
|
||||
|
|
Loading…
Reference in New Issue
Block a user