mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for #3505
This commit is contained in:
parent
10977ca530
commit
8cd257c893
6 changed files with 95 additions and 6 deletions
|
|
@ -595,6 +595,9 @@ def cmdLineParser(argv=None):
|
|||
general.add_option("--parse-errors", dest="parseErrors", action="store_true",
|
||||
help="Parse and display DBMS error messages from responses")
|
||||
|
||||
general.add_option("--preprocess", dest="preprocess",
|
||||
help="Use given script(s) for preprocessing of response data")
|
||||
|
||||
general.add_option("--repair", dest="repair", action="store_true",
|
||||
help="Redump entries having unknown character marker (%s)" % INFERENCE_UNKNOWN_CHAR)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue