Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7828f61

Browse files
committed
Minor style update
1 parent dfa426f commit 7828f61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ def checkFilteredChars(injection):
748748
warnMsg += "filtered by the back-end server. There is a strong "
749749
warnMsg += "possibility that sqlmap won't be able to properly "
750750
warnMsg += "exploit this vulnerability"
751-
logger.critical(warnMsg)
751+
logger.warn(warnMsg)
752752

753753
# inference techniques depend on character '>'
754754
if not any(_ in injection.data for _ in (PAYLOAD.TECHNIQUE.ERROR, PAYLOAD.TECHNIQUE.UNION, PAYLOAD.TECHNIQUE.QUERY)):

0 commit comments

Comments
 (0)