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

Skip to content

Commit 5150172

Browse files
committed
Minor update
1 parent 6d53d8d commit 5150172

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/core/common.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,7 @@ def paramToDict(place, parameters=None):
530530
or re.search(r'\A9{3,}', _) or re.search(DUMMY_USER_INJECTION, _):
531531
warnMsg = "it appears that you have provided tainted parameter values "
532532
warnMsg += "('%s') with most probably leftover " % element
533-
warnMsg += "chars from manual SQL injection "
534-
warnMsg += "tests (%s) or non-valid numerical value. " % DUMMY_SQL_INJECTION_CHARS
533+
warnMsg += "chars/statements from manual SQL injection test(s). "
535534
warnMsg += "Please, always use only valid parameter values "
536535
warnMsg += "so sqlmap could be able to properly run "
537536
logger.warn(warnMsg)

0 commit comments

Comments
 (0)