mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
misc fixes regarding new query retrieval format
This commit is contained in:
parent
a9b50a1e82
commit
1b2ec826bf
4 changed files with 9 additions and 9 deletions
|
|
@ -174,7 +174,7 @@ class Enumeration(GenericEnumeration):
|
|||
return []
|
||||
|
||||
def searchColumn(self):
|
||||
rootQuery = queries[kb.dbms].searchColumn
|
||||
rootQuery = queries[kb.dbms].search_column
|
||||
foundCols = {}
|
||||
dbs = { "USERS": {} }
|
||||
colList = conf.col.split(",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue