mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Implements #3971
This commit is contained in:
parent
fd8028bb18
commit
ab2cae3957
5 changed files with 19 additions and 4 deletions
|
|
@ -825,14 +825,18 @@ offline = False
|
|||
# Local directory for storing temporary files.
|
||||
tmpDir =
|
||||
|
||||
# Simple wizard interface for beginner users.
|
||||
# Adjust options for unstable connections.
|
||||
# Valid: True or False
|
||||
wizard = False
|
||||
unstable = False
|
||||
|
||||
# Update sqlmap.
|
||||
# Valid: True or False
|
||||
updateAll = False
|
||||
|
||||
# Simple wizard interface for beginner users.
|
||||
# Valid: True or False
|
||||
wizard = False
|
||||
|
||||
# Verbosity level.
|
||||
# Valid: integer between 0 and 6
|
||||
# 0: Show only error and critical messages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue