mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor layout adjustments
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user