mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Implementing option '--dump-file' (#5238)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user