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 c9c9c1f commit a02ec29Copy full SHA for a02ec29
1 file changed
lib/core/agent.py
@@ -50,7 +50,7 @@ def payloadDirect(self, query):
50
elif query.startswith(" UNION ALL "):
51
query = query.replace(" UNION ALL ", "", 1)
52
elif query.startswith("; "):
53
- query = query.replace("; ", "")
+ query = query.replace("; ", "", 1)
54
55
return query
56
0 commit comments