mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 14:11:29 +00:00
first commit toward v1.0 (it's smarter to start testing for pivot point from shorter column names as they tend to be some kind of identifiers)
This commit is contained in:
@@ -1137,6 +1137,8 @@ class Enumeration:
|
|||||||
else:
|
else:
|
||||||
count = inject.getValue(query, blind=False)
|
count = inject.getValue(query, blind=False)
|
||||||
|
|
||||||
|
colList = sorted(colList, key=lambda x: len(x))
|
||||||
|
|
||||||
for column in colList:
|
for column in colList:
|
||||||
infoMsg = "fetching number of distinct "
|
infoMsg = "fetching number of distinct "
|
||||||
infoMsg += "values for column '%s'" % column
|
infoMsg += "values for column '%s'" % column
|
||||||
|
|||||||
Reference in New Issue
Block a user