mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
Changing logging type to warning for parsed error messages
This commit is contained in:
parent
dcea745576
commit
f24c8c6b6b
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user