diff --git a/Chapter4/4-10.md b/Chapter4/4-10.md index 0ccd948..489f3a5 100644 --- a/Chapter4/4-10.md +++ b/Chapter4/4-10.md @@ -1,4 +1,4 @@ -### MMSQL 的 xp_cmdshell() 函数被禁用怎么绕过 +### MSSQL 的 xp_cmdshell() 函数被禁用怎么绕过 **1. 利用其他扩展存储过程** diff --git a/Chapter4/4-22.md b/Chapter4/4-22.md index a073290..6203eb4 100644 --- a/Chapter4/4-22.md +++ b/Chapter4/4-22.md @@ -1,4 +1,4 @@ -### 为什么 MMSQL 存储过程可以执行命令 +### 为什么 MSSQL 存储过程可以执行命令 **1. `xp_cmdshell` 存储过程** diff --git a/Chapter4/4-23.md b/Chapter4/4-23.md index 35361fa..4aa301a 100644 --- a/Chapter4/4-23.md +++ b/Chapter4/4-23.md @@ -1,4 +1,4 @@ -### 如果想通过 MMSQL 上传文件需要开启哪个存储过程的权限 +### 如果想通过 MSSQL 上传文件需要开启哪个存储过程的权限 **1. 利用 `xp_cmdshell` 存储过程(最常见)**