Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0129dc

Browse files
committed
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 :)
1 parent f3ee2c0 commit a0129dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/controller/controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ def __showInjections():
136136
conf.dumper.technic(header, data)
137137

138138
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)
139+
debugMsg = "usage of %s payloads requires manual url-encoding" % inj.place
140+
logger.debug(debugMsg)
141141

142142
if conf.tamper:
143143
infoMsg = "changes made by tampering scripts are not "

0 commit comments

Comments
 (0)