Add files via upload

This commit is contained in:
雾島风起時
2025-10-13 01:43:13 +08:00
committed by GitHub
parent d07a1b69db
commit 58c7213cfd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
### MMSQL 的 xp_cmdshell() 函数被禁用怎么绕过 ### MSSQL 的 xp_cmdshell() 函数被禁用怎么绕过
**1. 利用其他扩展存储过程** **1. 利用其他扩展存储过程**
+1 -1
View File
@@ -1,4 +1,4 @@
### 为什么 MMSQL 存储过程可以执行命令 ### 为什么 MSSQL 存储过程可以执行命令
**1. `xp_cmdshell` 存储过程** **1. `xp_cmdshell` 存储过程**
+1 -1
View File
@@ -1,4 +1,4 @@
### 如果想通过 MMSQL 上传文件需要开启哪个存储过程的权限 ### 如果想通过 MSSQL 上传文件需要开启哪个存储过程的权限
**1. 利用 `xp_cmdshell` 存储过程(最常见)** **1. 利用 `xp_cmdshell` 存储过程(最常见)**