mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 13:49:04 +00:00
Fix for Issue #43
This commit is contained in:
@@ -632,9 +632,13 @@ cleanup = False
|
||||
# Valid: True or False
|
||||
dependencies = False
|
||||
|
||||
# Prefer usage of exactly provided identificator names.
|
||||
# Disable password hash cracking mechanism.
|
||||
# Valid: True or False
|
||||
exact = False
|
||||
disableCracking = False
|
||||
|
||||
# Disable LIKE search of identificator names.
|
||||
# Valid: True or False
|
||||
disableLike = False
|
||||
|
||||
# Use Google dork results from specified page number.
|
||||
# Valid: integer
|
||||
|
||||
Reference in New Issue
Block a user