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 f3ee2c0 commit a0129dcCopy full SHA for a0129dc
1 file changed
lib/controller/controller.py
@@ -136,8 +136,8 @@ def __showInjections():
136
conf.dumper.technic(header, data)
137
138
if inj.place in (HTTPMETHOD.GET, HTTPMETHOD.POST):
139
- infoMsg = "usage of injected %s payloads requires manual url-encoding" % inj.place
140
- logger.info(infoMsg)
+ debugMsg = "usage of %s payloads requires manual url-encoding" % inj.place
+ logger.debug(debugMsg)
141
142
if conf.tamper:
143
infoMsg = "changes made by tampering scripts are not "
0 commit comments