mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor patch (Issue #470)
This commit is contained in:
parent
4336a8fa7c
commit
95ed6b7203
2 changed files with 3 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue