mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Update for Issue #43 (renamed --disable-cracking to --disable-hash)
This commit is contained in:
@@ -1741,8 +1741,9 @@ class Enumeration:
|
||||
kb.data.dumpedTable["__infos__"] = {"count": entriesCount,
|
||||
"table": safeSQLIdentificatorNaming(tbl, True),
|
||||
"db": safeSQLIdentificatorNaming(conf.db)}
|
||||
if not conf.disableHash:
|
||||
attackDumpedTable()
|
||||
|
||||
attackDumpedTable()
|
||||
conf.dumper.dbTableValues(kb.data.dumpedTable)
|
||||
|
||||
except sqlmapConnectionException, e:
|
||||
|
||||
Reference in New Issue
Block a user