mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
major improvement of HashDB speed in multi-threaded mode
This commit is contained in:
parent
e94efff187
commit
b117c40aa5
3 changed files with 29 additions and 0 deletions
|
|
@ -1564,6 +1564,7 @@ class Enumeration:
|
|||
|
||||
try:
|
||||
kb.dumpMode = True
|
||||
#conf.hashDB.beginTransaction()
|
||||
|
||||
if not safeSQLIdentificatorNaming(conf.db) in kb.data.cachedColumns \
|
||||
or safeSQLIdentificatorNaming(tbl, True) not in \
|
||||
|
|
@ -1788,6 +1789,7 @@ class Enumeration:
|
|||
|
||||
finally:
|
||||
kb.dumpMode = False
|
||||
#conf.hashDB.endTransaction()
|
||||
|
||||
def dumpAll(self):
|
||||
if conf.db is not None and conf.tbl is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue