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 6e73ade commit 0e6359aCopy full SHA for 0e6359a
1 file changed
lib/controller/controller.py
@@ -107,7 +107,7 @@ def __formatInjection(inj):
107
data += "Parameter: %s\n" % inj.parameter
108
109
for stype, sdata in inj.data.items():
110
- data += " Type: %s\n" % stype
+ data += " Type: %s\n" % PAYLOAD.SQLINJECTION[stype]
111
data += " Title: %s\n" % sdata.title
112
data += " Payload: %s\n\n" % sdata.payload
113
0 commit comments