mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
making a "--exact" switch on demand (choosing exact identifier names by default instead of LIKE)
This commit is contained in:
@@ -635,6 +635,10 @@ cleanup = False
|
||||
# Valid: True or False
|
||||
dependencies = False
|
||||
|
||||
# Prefer usage of exact names for provided identificators.
|
||||
# Valid: True or False
|
||||
exact = False
|
||||
|
||||
# Use Google dork results from specified page number.
|
||||
# Valid: integer
|
||||
# Default: 1
|
||||
|
||||
Reference in New Issue
Block a user