Minor adjustments

This commit is contained in:
Bernardo Damele
2008-12-30 21:24:01 +00:00
parent a4d62af2ea
commit c1010c20d8
3 changed files with 5 additions and 1 deletions

View File

@@ -257,7 +257,7 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Takeover):
logMsg = "confirming MySQL"
logger.info(logMsg)
payload = agent.fullPayload(" AND CONCAT('%s', '%s')='%s%s'" % (randInt, randInt, randInt, randInt))
payload = agent.fullPayload(" AND ISNULL(1/0)")
result = Request.queryPage(payload)
if result != True: