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 a4b95ab commit 52796bbCopy full SHA for 52796bb
1 file changed
lib/techniques/dns/use.py
@@ -77,7 +77,7 @@ def dnsUse(payload, expression):
77
if Backend.isDbms(DBMS.MSSQL):
78
comment = queries[Backend.getIdentifiedDbms()].comment.query
79
query = agent.prefixQuery("; %s" % expressionUnescaped)
80
- query = agent.suffixQuery("%s;%s " % (query, comment))
+ query = agent.suffixQuery("%s;%s" % (query, comment))
81
forgedPayload = agent.payload(newValue=query)
82
else:
83
forgedPayload = safeStringFormat(payload, (expressionUnescaped, randomInt(1), randomInt(3)))
0 commit comments