mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Adding support for #3870
This commit is contained in:
parent
0e14647573
commit
3f1a8e81b4
7 changed files with 12 additions and 10 deletions
|
|
@ -776,6 +776,10 @@ scope =
|
|||
# Valid: True or False
|
||||
skipWaf = False
|
||||
|
||||
# Prefix used for temporary tables.
|
||||
# Default: sqlmap
|
||||
tablePrefix = sqlmap
|
||||
|
||||
# Select tests by payloads and/or titles (e.g. ROW)
|
||||
testFilter =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue