mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Minor style update
This commit is contained in:
@@ -138,7 +138,7 @@ def __formatInjection(inj):
|
|||||||
title = title.replace("columns", "column")
|
title = title.replace("columns", "column")
|
||||||
elif comment:
|
elif comment:
|
||||||
vector = "%s%s" % (vector, comment)
|
vector = "%s%s" % (vector, comment)
|
||||||
data += " Type: %s\n" % PAYLOAD.SQLINJECTION[stype]
|
data += " Type: %s\n" % (PAYLOAD.SQLINJECTION[stype] if "inline" not in title else "inline query")
|
||||||
data += " Title: %s\n" % title
|
data += " Title: %s\n" % title
|
||||||
data += " Payload: %s\n" % agent.adjustLateValues(sdata.payload)
|
data += " Payload: %s\n" % agent.adjustLateValues(sdata.payload)
|
||||||
data += " Vector: %s\n\n" % vector if conf.verbose > 1 else "\n"
|
data += " Vector: %s\n\n" % vector if conf.verbose > 1 else "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user