mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementing option '--dump-file' (#5238)
This commit is contained in:
parent
62bba470d6
commit
7bc0b08fd6
5 changed files with 9 additions and 2 deletions
|
|
@ -738,6 +738,9 @@ crawlExclude =
|
|||
# Default: ,
|
||||
csvDel = ,
|
||||
|
||||
# Store dumped data to a custom file.
|
||||
dumpFile =
|
||||
|
||||
# Format of dumped data
|
||||
# Valid: CSV, HTML or SQLITE
|
||||
dumpFormat = CSV
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue