mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Implements #2908
This commit is contained in:
parent
c938d77be9
commit
aa9b5e4e0c
20 changed files with 1790 additions and 34 deletions
|
|
@ -572,6 +572,10 @@ commonTables = False
|
|||
# Valid: True or False
|
||||
commonColumns = False
|
||||
|
||||
# Check existence of common files.
|
||||
# Valid: True or False
|
||||
commonFiles = False
|
||||
|
||||
|
||||
# These options can be used to create custom user-defined functions.
|
||||
[User-defined function]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue