mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update
This commit is contained in:
parent
79d08906a4
commit
2b506d744d
2 changed files with 2 additions and 2 deletions
|
|
@ -2,5 +2,5 @@ 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;
|
||||
EXEC master..sp_configure 'show advanced options',0;
|
||||
RECONFIGURE WITH OVERRIDE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue