mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +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
|
|
@ -745,6 +745,9 @@ def cmdLineParser(argv=None):
|
|||
miscellaneous.add_argument("--list-tampers", dest="listTampers", action="store_true",
|
||||
help="Display list of available tamper scripts")
|
||||
|
||||
miscellaneous.add_argument("--no-logging", dest="noLogging", action="store_true",
|
||||
help="Disable logging to a file")
|
||||
|
||||
miscellaneous.add_argument("--offline", dest="offline", action="store_true",
|
||||
help="Work in offline mode (only use session data)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue