mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +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
|
|
@ -596,6 +596,9 @@ freshQueries = False
|
|||
# Valid: True or False
|
||||
hexConvert = False
|
||||
|
||||
# Custom output directory path.
|
||||
oDir =
|
||||
|
||||
# Parse and display DBMS error messages from responses.
|
||||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue