mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Update for Issue #43 (renamed --disable-cracking to --disable-hash)
This commit is contained in:
parent
18b596ea75
commit
e51d3a02f1
4 changed files with 5 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue