mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
Update related to the #3304
This commit is contained in:
parent
e52422900e
commit
feb93dce44
4 changed files with 5 additions and 13 deletions
|
|
@ -529,7 +529,7 @@ def start():
|
|||
|
||||
testSqlInj = False
|
||||
else:
|
||||
infoMsg = "%s parameter '%s' is dynamic" % (paramType, parameter)
|
||||
infoMsg = "%s parameter '%s' appears to be dynamic" % (paramType, parameter)
|
||||
logger.info(infoMsg)
|
||||
|
||||
kb.testedParams.add(paramKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue