mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Changing logging type to warning for parsed error messages
This commit is contained in:
@@ -285,7 +285,7 @@ def processResponse(page, responseHeaders):
|
||||
msg = extractErrorMessage(page)
|
||||
|
||||
if msg:
|
||||
logger.info("parsed error message: '%s'" % msg)
|
||||
logger.warning("parsed error message: '%s'" % msg)
|
||||
|
||||
if kb.originalPage is None:
|
||||
for regex in (EVENTVALIDATION_REGEX, VIEWSTATE_REGEX):
|
||||
|
||||
Reference in New Issue
Block a user