Skip to content

Commit db9f37b

Browse files
committed
10/4-1
1 parent 662b510 commit db9f37b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,17 @@
99
- [x] 通用代码审计思路
1010
- [x] 危险的file_put_contents函数
1111
- [x] escapeshellarg 和 escapeshellcmd 函数.md
12+
- [x] parse_url 函数研究
13+
- [x] 其他
14+
- [x] 特殊的文件名写入技巧(move_uploaded_file, file_put_contents,copy,readfile,file,fopen 都存在)
15+
- [x] mail函数命令执行
1216
- [ ] disable_functions 绕过研究
13-
- [ ] parse_url 函数研究
1417
- [ ] curl 函数研究
1518
- [ ] addslashes 函数绕过研究
1619
- [ ] move_uploaded_file
17-
- [ ] str_shuffle 函数缺陷
18-
- [ ] unlink漏洞的原理和利用 http://wonderkun.cc/index.html/?cat=1&paged=3
19-
- [ ] mail函数命令执行
2020
- [ ] 其他 [php函数默认配置引发的安全问题](http://skysec.top/2018/08/17/php%E5%87%BD%E6%95%B0%E9%BB%98%E8%AE%A4%E9%85%8D%E7%BD%AE%E5%BC%95%E5%8F%91%E7%9A%84%E5%AE%89%E5%85%A8%E9%97%AE%E9%A2%98/#openssl-verify-%E5%87%BD%E6%95%B0)
21-
21+
- [ ] 误用htmlentities函数引发的漏洞 (http://sec-redclub.com/archives/964/)
22+
- [ ] filter_var函数缺陷 (http://sec-redclub.com/archives/925/)
2223

2324

2425
## 一些资源
File renamed without changes.

0 commit comments

Comments
 (0)