Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0f286 commit 71093b1Copy full SHA for 71093b1
1 file changed
lib/controller/controller.py
@@ -139,6 +139,11 @@ def __showInjections():
139
infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place
140
logger.info(infoMsg)
141
142
+ if conf.tamper:
143
+ infoMsg = "changes made by tampering scripts are not "
144
+ infoMsg += "included in shown payload content(s)"
145
+ logger.info(infoMsg)
146
+
147
def __randomFillBlankFields(value):
148
retVal = value
149
0 commit comments