mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
minor update/better language
This commit is contained in:
parent
ec6fa384eb
commit
ce3170edef
|
@ -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 New Issue
Block a user