mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-29 21:13:51 +03:00
this way order given in -C is preserved
This commit is contained in:
parent
c93f2a703d
commit
c4d6a367e9
|
@ -1114,6 +1114,9 @@ class Enumeration:
|
||||||
|
|
||||||
kb.data.cachedColumns = self.getColumns(onlyColNames=True)
|
kb.data.cachedColumns = self.getColumns(onlyColNames=True)
|
||||||
|
|
||||||
|
if conf.col:
|
||||||
|
colList = conf.col.split(",")
|
||||||
|
else:
|
||||||
colList = kb.data.cachedColumns[conf.db][conf.tbl].keys()
|
colList = kb.data.cachedColumns[conf.db][conf.tbl].keys()
|
||||||
|
|
||||||
if colList in ([None], ['None']):
|
if colList in ([None], ['None']):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user