mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
minor refactoring, issue #51
This commit is contained in:
parent
8eefe4b71f
commit
b7d2680e55
3 changed files with 4 additions and 3 deletions
1
procs/mssqlserver/disable_xp_cmdshell_2000.txt
Normal file
1
procs/mssqlserver/disable_xp_cmdshell_2000.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
EXEC master..sp_dropextendedproc 'xp_cmdshell';
|
||||
1
procs/mssqlserver/enable_xp_cmdshell_2000.txt
Normal file
1
procs/mssqlserver/enable_xp_cmdshell_2000.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
EXEC master..sp_addextendedproc 'xp_cmdshell', @dllname='xplog70.dll';
|
||||
Loading…
Add table
Add a link
Reference in a new issue