mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implementing switch --no-logging (#4484)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user