mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Some refactoring (data)
This commit is contained in:
parent
82efb0ca79
commit
ef7d4bb404
79 changed files with 50 additions and 30 deletions
6
data/procs/mssqlserver/configure_openrowset.sql
Normal file
6
data/procs/mssqlserver/configure_openrowset.sql
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
EXEC master..sp_configure 'show advanced options', 1;
|
||||
RECONFIGURE WITH OVERRIDE;
|
||||
EXEC master..sp_configure 'Ad Hoc Distributed Queries', %ENABLE%;
|
||||
RECONFIGURE WITH OVERRIDE;
|
||||
EXEC sp_configure 'show advanced options', 0;
|
||||
RECONFIGURE WITH OVERRIDE
|
||||
Loading…
Add table
Add a link
Reference in a new issue