mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Implements #1215
This commit is contained in:
parent
26bec7219d
commit
1e7f2d6da2
5 changed files with 23 additions and 1 deletions
|
|
@ -647,6 +647,9 @@ charset =
|
|||
# Default: 0
|
||||
crawlDepth = 0
|
||||
|
||||
# Regexp to exclude pages from crawling (e.g. "logout").
|
||||
crawlExclude =
|
||||
|
||||
# Delimiting character used in CSV output.
|
||||
# Default: ,
|
||||
csvDel = ,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue