mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
some more speed ups for hash cracking
This commit is contained in:
@@ -75,3 +75,9 @@ class HashDB(object):
|
||||
raise
|
||||
else:
|
||||
break
|
||||
|
||||
def beginTransaction(self):
|
||||
self.cursor.execute('BEGIN TRANSACTION')
|
||||
|
||||
def endTransaction(self):
|
||||
self.cursor.execute('END TRANSACTION')
|
||||
|
||||
Reference in New Issue
Block a user