mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fix for Issue #43
This commit is contained in:
parent
f495cfa139
commit
c8bac658f3
6 changed files with 17 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue