mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor patch (Issue #470)
This commit is contained in:
@@ -44,7 +44,7 @@ class Xp_cmdshell:
|
||||
def _xpCmdshellCreate(self):
|
||||
cmd = ""
|
||||
|
||||
if Backend.isVersionWithin(("2005", "2008")):
|
||||
if Backend.isVersionWithin(("2005", "2008", "2012")):
|
||||
logger.debug("activating sp_OACreate")
|
||||
|
||||
cmd = getSQLSnippet(DBMS.MSSQL, "activate_sp_oacreate")
|
||||
|
||||
Reference in New Issue
Block a user