Minor update

This commit is contained in:
Miroslav Stampar 2012-12-10 12:40:28 +01:00
parent 5606a860ce
commit 5677db02b7

View File

@ -152,9 +152,14 @@ def _showInjections():
conf.dumper.technic(header, data) conf.dumper.technic(header, data)
if conf.tamper: if conf.tamper:
infoMsg = "changes made by tampering scripts are not " warnMsg = "changes made by tampering scripts are not "
infoMsg += "included in shown payload content(s)" warnMsg += "included in shown payload content(s)"
logger.info(infoMsg) logger.warn(warnMsg)
if conf.hpp:
warnMsg = "changes made by HTTP parameter pollution are not "
warnMsg += "included in shown payload content(s)"
logger.warn(warnMsg)
def _randomFillBlankFields(value): def _randomFillBlankFields(value):
retVal = value retVal = value