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 c7b3745 commit 17e8abeCopy full SHA for 17e8abe
1 file changed
plugins/generic/enumeration.py
@@ -843,7 +843,7 @@ def tableExists(self, tableFile):
843
for table in tables:
844
query = agent.prefixQuery("%s" % safeStringFormat("AND EXISTS(SELECT 1 FROM %s)", table))
845
query = agent.postfixQuery(query)
846
- result = Request.queryPage(urlencode(agent.payload(newValue=query)))
+ result = Request.queryPage(agent.payload(newValue=query))
847
848
if result:
849
infoMsg = "\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), table)
0 commit comments