mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 04:24:34 +00:00
Minor layout adjustments
This commit is contained in:
parent
c9f0c75030
commit
e7c8be1d45
3 changed files with 21 additions and 7 deletions
11
sqlmap.conf
11
sqlmap.conf
|
|
@ -358,6 +358,13 @@ query =
|
|||
# Valid: True or False
|
||||
sqlShell = False
|
||||
|
||||
# Check existence of common tables.
|
||||
# Valid: True or False
|
||||
cExists = False
|
||||
|
||||
# Check existence of user specified tables.
|
||||
# Valid: text file containing one table name per line
|
||||
tableFile =
|
||||
|
||||
# These options can be used to create custom user-defined functions.
|
||||
[User-defined function]
|
||||
|
|
@ -485,6 +492,10 @@ batch = False
|
|||
# Valid: True or False
|
||||
cleanup = False
|
||||
|
||||
# Replicate dumped data into a sqlite3 database.
|
||||
# Valid: True or False
|
||||
replicate = False
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 5
|
||||
# 0: Show only warning and error messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue