mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-09 22:21:30 +00:00
Some refactoring (data)
This commit is contained in:
4
data/procs/mssqlserver/activate_sp_oacreate.sql
Normal file
4
data/procs/mssqlserver/activate_sp_oacreate.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
EXEC master..sp_configure 'show advanced options',1;
|
||||
RECONFIGURE WITH OVERRIDE;
|
||||
EXEC master..sp_configure 'ole automation procedures',1;
|
||||
RECONFIGURE WITH OVERRIDE
|
||||
Reference in New Issue
Block a user