mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-21 23:42:19 +00:00
Adding JSONL as a dump format
This commit is contained in:
parent
17e94c3409
commit
403855f701
6 changed files with 185 additions and 9 deletions
|
|
@ -686,7 +686,7 @@ def cmdLineParser(argv=None):
|
|||
help="Store dumped data to a custom file")
|
||||
|
||||
general.add_argument("--dump-format", dest="dumpFormat",
|
||||
help="Format of dumped data (CSV (default), HTML or SQLITE)")
|
||||
help="Dump data format (CSV (default), HTML, SQLITE, JSONL)")
|
||||
|
||||
general.add_argument("--encoding", dest="encoding",
|
||||
help="Character encoding used for data retrieval (e.g. GBK)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue