mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
minor update/better language
This commit is contained in:
parent
ec6fa384eb
commit
ce3170edef
1 changed files with 1 additions and 1 deletions
|
|
@ -500,7 +500,7 @@ def paramToDict(place, parameters=None):
|
|||
|
||||
if condition:
|
||||
if elem[1].strip(DUMMY_SQL_INJECTION_CHARS) != elem[1]:
|
||||
errMsg = "you have provided parameters with most "
|
||||
errMsg = "you have provided tainted parameters with most "
|
||||
errMsg += "probably leftovers from manual sql injection "
|
||||
errMsg += "tests (%s). " % DUMMY_SQL_INJECTION_CHARS
|
||||
errMsg += "please, remove them so sqlmap could be able "
|
||||
|
|
|
|||
Loading…
Reference in a new issue