mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
refactoring for issue #51
This commit is contained in:
parent
25eca9d671
commit
d3da3f5c52
17 changed files with 23 additions and 21 deletions
4
procs/mssqlserver/activate_sp_oacreate.sql
Normal file
4
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue