mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 05:04:11 +03:00
Minor style update
This commit is contained in:
parent
1a4ea186ca
commit
4b2cf07262
|
@ -285,7 +285,7 @@ def processResponse(page, responseHeaders):
|
|||
msg = extractErrorMessage(page)
|
||||
|
||||
if msg:
|
||||
logger.warning("parsed error message: '%s'" % msg)
|
||||
logger.warning("parsed DBMS error message: '%s'" % msg)
|
||||
|
||||
if kb.originalPage is None:
|
||||
for regex in (EVENTVALIDATION_REGEX, VIEWSTATE_REGEX):
|
||||
|
|
Loading…
Reference in New Issue
Block a user