mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding switch --output-dir (Issue #53)
This commit is contained in:
parent
8eefe4b71f
commit
168aeadf76
6 changed files with 21 additions and 1 deletions
|
|
@ -540,6 +540,10 @@ def cmdLineParser():
|
|||
action="store_true",
|
||||
help="Uses DBMS hex function(s) for data retrieval")
|
||||
|
||||
general.add_option("--output-dir", dest="oDir",
|
||||
action="store",
|
||||
help="Custom output directory path")
|
||||
|
||||
general.add_option("--parse-errors", dest="parseErrors",
|
||||
action="store_true",
|
||||
help="Parse and display DBMS error messages from responses")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue