mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update
This commit is contained in:
parent
1e03b23ccb
commit
48c55d15ea
8 changed files with 12 additions and 12 deletions
|
|
@ -704,7 +704,7 @@ class Dump(object):
|
|||
|
||||
self.dbTableColumns(_)
|
||||
|
||||
def query(self, query, queryRes):
|
||||
def sqlQuery(self, query, queryRes):
|
||||
self.string(query, queryRes, content_type=CONTENT_TYPE.SQL_QUERY)
|
||||
|
||||
def rFile(self, fileData):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue