mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-27 04:13:45 +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)
|
msg = extractErrorMessage(page)
|
||||||
|
|
||||||
if msg:
|
if msg:
|
||||||
logger.warning("parsed error message: '%s'" % msg)
|
logger.warning("parsed DBMS error message: '%s'" % msg)
|
||||||
|
|
||||||
if kb.originalPage is None:
|
if kb.originalPage is None:
|
||||||
for regex in (EVENTVALIDATION_REGEX, VIEWSTATE_REGEX):
|
for regex in (EVENTVALIDATION_REGEX, VIEWSTATE_REGEX):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user