mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
updates, fixes and stuff
This commit is contained in:
parent
f04449be03
commit
87d8c6719e
7 changed files with 82 additions and 14 deletions
|
|
@ -78,8 +78,8 @@ class Connector(GenericConnector):
|
|||
self.connector.commit()
|
||||
|
||||
def select(self, query):
|
||||
self.execute(query)
|
||||
return self.fetchall()
|
||||
self.cursor.execute(query)
|
||||
return self.cursor.fetchall()
|
||||
|
||||
def setCursor(self):
|
||||
self.cursor = self.connector.cursor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue