this is confusing for normal users (i've just get a mail where dude thinks that he needs to use tamper script because of this :)

This commit is contained in:
Miroslav Stampar 2011-06-17 16:52:39 +00:00
parent f3ee2c09fb
commit a0129dcbcb

View File

@ -136,8 +136,8 @@ def __showInjections():
conf.dumper.technic(header, data) conf.dumper.technic(header, data)
if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST): if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST):
infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place debugMsg = "usage of %s payloads requires manual url-encoding" % inj.place
logger.info(infoMsg) logger.debug(debugMsg)
if conf.tamper: if conf.tamper:
infoMsg = "changes made by tampering scripts are not " infoMsg = "changes made by tampering scripts are not "