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

Skip to content

Commit 153aa10

Browse files
committed
Minor cosmetic update
1 parent acc650d commit 153aa10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _formatInjection(inj):
144144
vector = "%s%s" % (vector, comment)
145145
data += " Type: %s\n" % PAYLOAD.SQLINJECTION[stype]
146146
data += " Title: %s\n" % title
147-
data += " Payload: %s\n" % payload
147+
data += " Payload: %s\n" % urldecode(payload, unsafe="&")
148148
data += " Vector: %s\n\n" % vector if conf.verbose > 1 else "\n"
149149

150150
return data

0 commit comments

Comments
 (0)