mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
typo, #51
This commit is contained in:
parent
cd769ba68f
commit
1bae9955b7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
EXEC master..sp_configure 'show advanced options',1;
|
EXEC master..sp_configure 'show advanced options',1;
|
||||||
RECONFIGURE WITH OVERRIDE;
|
RECONFIGURE WITH OVERRIDE;
|
||||||
EXEC master..sp_configure 'ole automation procedures',1;
|
EXEC master..sp_configure 'ole automation procedures',1;
|
||||||
RECONFIGURE WITH OVERRIDE"
|
RECONFIGURE WITH OVERRIDE
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue