mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor style update
This commit is contained in:
parent
3794c3cc2f
commit
a75d3ed0b8
3 changed files with 7 additions and 7 deletions
|
|
@ -172,6 +172,9 @@ threads = 1
|
|||
# parameters and HTTP User-Agent are tested by sqlmap.
|
||||
testParameter =
|
||||
|
||||
# Skip testing for given parameter(s).
|
||||
skip =
|
||||
|
||||
# Force back-end DBMS to this value. If this option is set, the back-end
|
||||
# DBMS identification process will be minimized as needed.
|
||||
# If not set, sqlmap will detect back-end DBMS automatically by default.
|
||||
|
|
@ -209,9 +212,6 @@ prefix =
|
|||
# Injection payload suffix string.
|
||||
suffix =
|
||||
|
||||
# Skip testing for given parameter(s).
|
||||
skip =
|
||||
|
||||
# Use given script(s) for tampering injection data.
|
||||
tamper =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue