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

Skip to content

Commit 949fcb7

Browse files
committed
Minor style update
1 parent d4b5133 commit 949fcb7

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
@@ -138,7 +138,7 @@ def __formatInjection(inj):
138138
title = title.replace("columns", "column")
139139
elif comment:
140140
vector = "%s%s" % (vector, comment)
141-
data += " Type: %s\n" % PAYLOAD.SQLINJECTION[stype]
141+
data += " Type: %s\n" % (PAYLOAD.SQLINJECTION[stype] if "inline" not in title else "inline query")
142142
data += " Title: %s\n" % title
143143
data += " Payload: %s\n" % agent.adjustLateValues(sdata.payload)
144144
data += " Vector: %s\n\n" % vector if conf.verbose > 1 else "\n"

0 commit comments

Comments
 (0)