mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
update regarding error parsing (and reporting)
This commit is contained in:
parent
71cb982039
commit
6ef3846400
6 changed files with 32 additions and 8 deletions
|
|
@ -513,6 +513,10 @@ def cmdLineParser():
|
|||
action="store_true", default=False,
|
||||
help="Alert with audio beep when sql injection found")
|
||||
|
||||
miscellaneous.add_option("--parse-errors", dest="parseErrors",
|
||||
action="store_true", default=False,
|
||||
help="Try to parse and report error messages")
|
||||
|
||||
# Hidden and/or experimental options
|
||||
parser.add_option("--profile", dest="profile", action="store_true",
|
||||
default=False, help=SUPPRESS_HELP)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue