mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-06 16:53:44 +03:00
Minor fix
This commit is contained in:
parent
42b2c85517
commit
ebe3f4c34c
|
@ -515,7 +515,7 @@ class Databases:
|
||||||
value = inject.getValue(query, blind=False)
|
value = inject.getValue(query, blind=False)
|
||||||
|
|
||||||
if Backend.isDbms(DBMS.SQLITE):
|
if Backend.isDbms(DBMS.SQLITE):
|
||||||
parseSqliteTableSchema(value)
|
parseSqliteTableSchema(unArrayizeValue(value))
|
||||||
elif not isNoneValue(value):
|
elif not isNoneValue(value):
|
||||||
table = {}
|
table = {}
|
||||||
columns = {}
|
columns = {}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user