mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Adding new option --results-file (thank you Hyundai)
This commit is contained in:
parent
fdfcbb9161
commit
85def6a662
7 changed files with 22 additions and 13 deletions
|
|
@ -822,6 +822,9 @@ listTampers = False
|
|||
# Valid: True or False
|
||||
offline = False
|
||||
|
||||
# Location of CSV results file in multiple targets mode.
|
||||
resultsFile =
|
||||
|
||||
# Local directory for storing temporary files.
|
||||
tmpDir =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue