mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Adding switch '--unsafe-naming'
This commit is contained in:
parent
9c1879b08d
commit
76a2e658b5
5 changed files with 11 additions and 1 deletions
|
|
@ -829,6 +829,9 @@ testSkip =
|
|||
# Run with a time limit in seconds (e.g. 3600).
|
||||
timeLimit =
|
||||
|
||||
# Disable escaping of DBMS identifiers (e.g. "user").
|
||||
unsafeNaming = False
|
||||
|
||||
# Web server document root directory (e.g. "/var/www").
|
||||
webRoot =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue