mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementing switch --repair (Issue #2888)
This commit is contained in:
parent
8fe37f3564
commit
af890d639d
6 changed files with 17 additions and 6 deletions
|
|
@ -725,6 +725,10 @@ outputDir =
|
|||
# Valid: True or False
|
||||
parseErrors = False
|
||||
|
||||
# Redump entries having unknown character marker (?).
|
||||
# Valid: True or False
|
||||
repair = False
|
||||
|
||||
# Regular expression for filtering targets from provided Burp.
|
||||
# or WebScarab proxy log.
|
||||
# Example: (google|yahoo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue