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 fccdb82 commit 560e0fcCopy full SHA for 560e0fc
1 file changed
lib/techniques/dns/use.py
@@ -73,7 +73,7 @@ def dnsUse(payload, expression):
73
if Backend.getIdentifiedDbms() in (DBMS.MSSQL, DBMS.PGSQL):
74
comment = queries[Backend.getIdentifiedDbms()].comment.query
75
query = agent.prefixQuery("; %s" % expressionUnescaped)
76
- query = agent.suffixQuery("%s;%s" % (query, comment))
+ query = agent.suffixQuery(query, comment)
77
forgedPayload = agent.payload(newValue=query)
78
else:
79
forgedPayload = safeStringFormat(payload, (expressionUnescaped, randomInt(1), randomInt(3)))
0 commit comments