mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implements --disable-hashing (#5827)
This commit is contained in:
@@ -857,6 +857,10 @@ dependencies = False
|
||||
# Valid: True or False
|
||||
disableColoring = False
|
||||
|
||||
# Disable hash analysis on table dumps.
|
||||
# Valid: True or False
|
||||
disableHashing = False
|
||||
|
||||
# Display list of available tamper scripts.
|
||||
# Valid: True or False
|
||||
listTampers = False
|
||||
|
||||
Reference in New Issue
Block a user