mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 17:06:53 +00:00
Implementing switch --no-logging (#4484)
This commit is contained in:
parent
582bb2fec9
commit
e2f48a9346
5 changed files with 25 additions and 12 deletions
|
|
@ -833,10 +833,14 @@ dependencies = False
|
|||
# Valid: True or False
|
||||
disableColoring = False
|
||||
|
||||
# Display list of available tamper scripts
|
||||
# Display list of available tamper scripts.
|
||||
# Valid: True or False
|
||||
listTampers = False
|
||||
|
||||
# Disable logging to a file.
|
||||
# Valid: True or False
|
||||
noLogging = 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