mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 08:30:10 +03:00
Delete configure_xp_cmdshell.sql
This commit is contained in:
parent
492fbae7c5
commit
f2d53b8e77
|
@ -1,6 +0,0 @@
|
||||||
EXEC master..sp_configure 'show advanced options',1;
|
|
||||||
RECONFIGURE WITH OVERRIDE;
|
|
||||||
EXEC master..sp_configure 'xp_cmdshell',%ENABLE%;
|
|
||||||
RECONFIGURE WITH OVERRIDE;
|
|
||||||
EXEC master..sp_configure 'show advanced options',0;
|
|
||||||
RECONFIGURE WITH OVERRIDE
|
|
Loading…
Reference in New Issue
Block a user