Skip to content

Commit 47829c4

Browse files
committed
Update README.md
1 parent e2c0dbb commit 47829c4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# HackShiro
22

3-
本项目创建于2020年8月11日。记录自己在学习Shiro漏洞过程中遇到的一些知识。本项目会持续更新,最近的一次更新时间为2021年8月5日
3+
本项目创建于2020年8月11日。记录自己在学习Shiro漏洞过程中遇到的一些知识。本项目会持续更新,最近的一次更新时间为2021年8月22日
44

55
- [01-Shiro基础知识](https://github.com/0e0w/HackShiro#%E4%B8%80shiro%E5%9F%BA%E7%A1%80%E7%9F%A5%E8%AF%86)
66
- [02-Shiro漏洞汇总](https://github.com/0e0w/HackShiro#%E4%BA%8Cshiro%E6%BC%8F%E6%B4%9E%E6%B1%87%E6%80%BB)
@@ -9,11 +9,11 @@
99
- [05-Shiro漏洞利用](https://github.com/0e0w/HackShiro#%E4%BA%94shiro%E6%BC%8F%E6%B4%9E%E5%88%A9%E7%94%A8)
1010
- [06-Shiro靶场环境](https://github.com/0e0w/HackShiro#%E5%85%ADshiro%E9%9D%B6%E5%9C%BA%E7%8E%AF%E5%A2%83)
1111

12-
## 一、Shiro基础知识
12+
## 0x01-Shiro基础知识
1313
- https://github.com/apache/shiro
1414
- http://greycode.github.io/shiro/doc/reference.html
1515

16-
## 二、Shiro漏洞汇总
16+
## 0x02-Shiro漏洞汇总
1717

1818
- CVE-2020-17523
1919
- CVE-2020-17510
@@ -22,19 +22,19 @@
2222
- CVE-2016-6802#Shiro Padding Oracle Attack
2323
- CVE-2016-4437#Shiro rememberMe反序列化漏洞
2424

25-
## 三、Shiro框架识别
25+
## 0x03-Shiro框架识别
2626

2727
- 请求包的cookie中存在rememberMe字段。
2828
- 响应包中存在rememberMe=deleteMe字段。
2929
- 请求包中存在rememberMe=x时,响应包中存在rememberMe=deleteMe。
3030
- 检测工具:isshiro.exe
3131

32-
## 四、Shiro漏洞检测
32+
## 0x04-Shiro漏洞检测
3333

3434
- 可以出网
3535
- 不可出网
3636

37-
## 五、Shiro漏洞利用
37+
## 0x05-Shiro漏洞利用
3838

3939
本项目注重漏洞利用效果。详细的漏洞分析请参考本站的关于Shiro分析的文章。Shiro命令回显最早是Xray高级版的利用方式。此后安全研究人员根据Xray的相关思路编写出了可直接回显的漏洞利用程序。
4040

@@ -69,12 +69,12 @@
6969
- https://github.com/KpLi0rn/ShiroExploit
7070
- https://github.com/safe6Sec/ShiroExp
7171

72-
## 六、Shiro靶场环境
72+
## 0x06-Shiro靶场环境
7373

7474
- https://vulhub.org
7575
- https://fofapro.github.io/vulfocus
7676

77-
## 七、Shiro参考资源
77+
## 0x07-Shiro参考资源
7878

7979
- https://paper.seebug.org/1290
8080
- https://koalr.me/post/shiro-lou-dong-jian-ce

0 commit comments

Comments
 (0)