Skip to content

Commit c890bf5

Browse files
authored
Update README.md
1 parent 0fb20d8 commit c890bf5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Diff for: README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@
3030
### 2.5 命令注入
3131

3232
### 2.6 Xpath注入
33+
> XPath 即为 XML 路径语言
34+
- [XPath Injection](./exp/EXP-XPath.md)
35+
### 2.7 XML External Entity (XXE)
36+
- [XXE](./exp/EXP-XXE.md)
37+
### 2.8 上传文件漏洞
3338

34-
### 2.7 上传文件漏洞
35-
36-
### 2.8 Server-side request forgery (SSRF)
39+
### 2.9 Server-side request forgery (SSRF)
3740
- [SSRF](https://github.com/ReAbout/web-exp/blob/master/exp/EXP-SSRF.md)
38-
### 2.9 XML External Entity (XXE)
39-
- [XXE](https://github.com/ReAbout/web-exp/blob/master/exp/EXP-XXE.md)
41+
4042
### 2.10 反序列化漏洞
4143
>php,java只能序列化数据,python可以序列化代码。
4244
- [反序列化漏洞-PHP](https://github.com/ReAbout/web-exp/blob/master/exp/EXP-PHP-Unserialize.md)

0 commit comments

Comments
 (0)