From 2eb24c6368337921e6251eea066aaa965d6141d3 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Mon, 4 Jan 2010 12:35:53 +0000 Subject: [PATCH] Avoid useless queries --- plugins/dbms/mysql.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/dbms/mysql.py b/plugins/dbms/mysql.py index aa24fc57f..a5d4caeb6 100644 --- a/plugins/dbms/mysql.py +++ b/plugins/dbms/mysql.py @@ -352,9 +352,6 @@ class MySQLMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeover): infoMsg = "fingerprinting the back-end DBMS operating system" logger.info(infoMsg) - self.createSupportTbl(self.fileTblName, self.tblField, "text") - inject.goStacked("INSERT INTO %s(%s) VALUES (%s)" % (self.fileTblName, self.tblField, "VERSION()")) - datadirSubstr = inject.getValue("SELECT MID(@@datadir, 1, 1)", unpack=False) if datadirSubstr == "/":