Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b506d7

Browse files
committed
Minor update
1 parent 79d0890 commit 2b506d7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.5.95"
22+
VERSION = "1.0.5.96"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

procs/mssqlserver/configure_xp_cmdshell.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ EXEC master..sp_configure 'show advanced options',1;
22
RECONFIGURE WITH OVERRIDE;
33
EXEC master..sp_configure 'xp_cmdshell',%ENABLE%;
44
RECONFIGURE WITH OVERRIDE;
5-
EXEC sp_configure 'show advanced options',0;
5+
EXEC master..sp_configure 'show advanced options',0;
66
RECONFIGURE WITH OVERRIDE

0 commit comments

Comments
 (0)