mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Fixes #5886
This commit is contained in:
parent
29825cd5d6
commit
c8c7feebb0
7 changed files with 17 additions and 9 deletions
|
|
@ -873,6 +873,10 @@ listTampers = False
|
|||
# Valid: True or False
|
||||
noLogging = False
|
||||
|
||||
# Disable console output truncation.
|
||||
# Valid: True or False
|
||||
noTruncate = False
|
||||
|
||||
# Work in offline mode (only use session data)
|
||||
# Valid: True or False
|
||||
offline = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue