mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
some more refactoring
This commit is contained in:
parent
8e4b8d345f
commit
b2dad63000
5 changed files with 9 additions and 12 deletions
|
|
@ -897,10 +897,7 @@ class Enumeration:
|
|||
value = map(lambda x: (dbs[0], x), value)
|
||||
|
||||
for db, table in filterPairValues(value):
|
||||
if isinstance(db, (tuple, list)):
|
||||
db = db[0] if db else ""
|
||||
|
||||
db = safeSQLIdentificatorNaming(db)
|
||||
db = safeSQLIdentificatorNaming(unArrayizeValue(db))
|
||||
table = safeSQLIdentificatorNaming(table, True)
|
||||
|
||||
if not kb.data.cachedTables.has_key(db):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue