Minor cleaning up

This commit is contained in:
Miroslav Stampar
2018-10-03 11:27:51 +02:00
parent 2e53096962
commit fd89fdf40b
8 changed files with 13 additions and 17 deletions

View File

@@ -136,7 +136,7 @@ class Filesystem(GenericFilesystem):
query = getSQLSnippet(DBMS.MYSQL, "write_file_limit", OUTFILE=dFile, HEXSTRING=fcEncodedStr)
query = agent.prefixQuery(query) # Note: No need for suffix as 'write_file_limit' already ends with comment (required)
payload = agent.payload(newValue=query)
page = Request.queryPage(payload)
Request.queryPage(payload, content=False, raise404=False, silent=True, noteResponseTime=False)
warnMsg = "expect junk characters inside the "
warnMsg += "file as a leftover from original query"