mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Minor fix
This commit is contained in:
@@ -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 = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user