mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-19 09:32:25 +03:00
Avoid useless queries
This commit is contained in:
parent
236ca9b952
commit
2eb24c6368
|
@ -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 == "/":
|
||||
|
|
Loading…
Reference in New Issue
Block a user