sqlmap/procs/mssqlserver/activate_sp_oacreate.txt
Bernardo Damele 1bae9955b7 typo, #51
2012-07-02 15:31:25 +01:00

5 lines
163 B
Plaintext

EXEC master..sp_configure 'show advanced options',1;
RECONFIGURE WITH OVERRIDE;
EXEC master..sp_configure 'ole automation procedures',1;
RECONFIGURE WITH OVERRIDE