mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
well, here and there, merry Christmas to all :)
This commit is contained in:
parent
706d8e0b88
commit
6845d402fa
2 changed files with 55 additions and 13 deletions
|
|
@ -1227,7 +1227,7 @@ class Enumeration:
|
|||
value = value[:-1] + chr(ord(value[-1]) + 1)
|
||||
query = rootQuery.blind.query % (column, conf.tbl, column, value)
|
||||
else:
|
||||
query = rootQuery.blind.query2 % (column, conf.tbl, colList[0], entries[column][index])
|
||||
query = rootQuery.blind.query2 % (column, conf.tbl, colList[0], entries[colList[0]][index])
|
||||
|
||||
value = inject.getValue(query, inband=False)
|
||||
lengths[column] = max(lengths[column], len(value))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue