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

Skip to content

Commit 0e6359a

Browse files
committed
Minor layout adjustment
1 parent 6e73ade commit 0e6359a

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
@@ -107,7 +107,7 @@ def __formatInjection(inj):
107107
data += "Parameter: %s\n" % inj.parameter
108108

109109
for stype, sdata in inj.data.items():
110-
data += " Type: %s\n" % stype
110+
data += " Type: %s\n" % PAYLOAD.SQLINJECTION[stype]
111111
data += " Title: %s\n" % sdata.title
112112
data += " Payload: %s\n\n" % sdata.payload
113113

0 commit comments

Comments
 (0)