mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding support for parsing ODBC/JDBC error messages
This commit is contained in:
parent
2d59a10515
commit
1782bf8e64
2 changed files with 4 additions and 3 deletions
|
|
@ -335,7 +335,7 @@ def processResponse(page, responseHeaders):
|
|||
msg = extractErrorMessage(page)
|
||||
|
||||
if msg:
|
||||
logger.warning("parsed DBMS error message: '%s'" % msg)
|
||||
logger.warning("parsed DBMS error message: '%s'" % msg.rstrip('.'))
|
||||
|
||||
if kb.originalPage is None:
|
||||
for regex in (EVENTVALIDATION_REGEX, VIEWSTATE_REGEX):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue