Skip to content

Commit 961c33b

Browse files
committed
Update README.md
1 parent aa386c6 commit 961c33b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 《深入理解Java代码审计》
22

3-
本项目是记录自己在学习Java代码审计过程中遇到的优秀内容,包括Java代码审计技巧以及优秀的代码审计案例。一个不会Java代码审计的师傅不是一个好黑客一个不会Java代码审计的黑客不是一个好师傅!
3+
本项目是记录自己在学习Java代码审计过程中遇到的优秀内容,包括Java代码审计技巧以及优秀的Java代码审计案例。一个不会Java代码审计的师傅不是一个好黑客一个不会Java代码审计的黑客不是一个好师傅!深入理解Java代码审计,手握众多重点Java应用高危0day
44

5-
本项目创建于2021年7月8日,最近的一次更新时间为2021年10月20日。本项目会持续更新,直到海枯石烂。
5+
本项目创建于2021年7月8日,最近的一次更新时间为2021年11月10日。本项目会持续更新,直到海枯石烂。
66

77
- [0x01-Java代码审计资源](https://github.com/0e0w/HackJava#0x01-Java%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1%E8%B5%84%E6%BA%90)
88
- [0x02-Java漏洞靶场平台](https://github.com/0e0w/HackJava#0x02-Java%E6%BC%8F%E6%B4%9E%E9%9D%B6%E5%9C%BA%E5%B9%B3%E5%8F%B0)
@@ -11,17 +11,21 @@
1111
- [0x05-Java安全Web漏洞](https://github.com/0e0w/Hackjava#0x04-Java%E5%B8%B8%E8%A7%84Web%E6%BC%8F%E6%B4%9E)
1212
- [0x06-Java安全编码规范](https://github.com/0e0w/Hackjava#0x06-Java%E5%AE%89%E5%85%A8%E7%BC%96%E7%A0%81%E8%A7%84%E8%8C%83)
1313
- [0x07-Java代码审计培训](https://github.com/0e0w/Hackjava#0x07-Java%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1%E5%9F%B9%E8%AE%AD)
14-
- [0x08-Java代码审计参考](https://github.com/0e0w/Hackjava#0x08-Java%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1%E5%8F%82%E8%80%83)
14+
- [0x08-Java代码审计老师](https://github.com/0e0w/Hackjava#0x08-Java%E4%BB%A3%E7%A0%81%E5%AE%A1%E8%AE%A1%E8%80%81%E5%B8%88)
1515

1616
## 0x01-Java代码审计资源
1717

1818
一、书籍资源
1919
- [ ] [《Java代码审计 入门篇》](https://item.jd.com/10033832360716.html)@陈俊杰等
20+
- [ ] [《Java代码审计实战》](https://item.jd.com/13466996.html)@高昌盛等
2021

2122
二、视频教程
23+
- [ ] [《MS08067安全实验室》](https://space.bilibili.com/396298765?spm_id_from=333.788.b_765f7570696e666f.2)
2224

2325
三、其他资源
2426
- [ ] https://github.com/Firebasky/Java
27+
- [ ] [攻击Java Web应用](https://appts4jvi.zhishibox.net/b/5d644b6f81cbc9e40460fe7eea3c7925)
28+
- [ ] [《静态程序分析入门教程》](https://github.com/RangerNJU/Static-Program-Analysis-Book)
2529

2630
## 0x02-Java漏洞靶场平台
2731

@@ -54,12 +58,13 @@
5458
二、IDEA
5559
- [ ] https://github.com/XianYanTechnology/RocB
5660

57-
三、待整理
61+
三、其他
5862
- [ ] https://github.com/MobSF/mobsfscan
5963
- [ ] https://github.com/threedr3am/log-agent
6064
- [ ] https://github.com/wh1t3p1g/tabby
6165
- [ ] https://github.com/KpLi0rn/ysoserial
6266
- [ ] https://github.com/EmYiQing/XVulnFinder
67+
- [ ] https://github.com/EmYiQing/CodeInspector
6368

6469
## 0x04-Java代码审计案例
6570

@@ -78,7 +83,6 @@
7883
- [ ] https://github.com/welk1n/JNDI-Injection-Exploit
7984
- [ ] https://github.com/March110/javaweb-sec
8085
- [ ] https://github.com/wh1t3p1g/ysomap
81-
- [ ] [攻击Java Web应用](https://appts4jvi.zhishibox.net/b/5d644b6f81cbc9e40460fe7eea3c7925)
8286
- [ ] https://github.com/returntocorp/semgrep
8387
- [ ] https://github.com/mtxiaowangzi/CAFJE
8488
- [ ] https://github.com/MobSF/mobsfscan
@@ -104,6 +108,7 @@
104108
- https://github.com/wh1t3p1g/ysomap
105109
- https://github.com/JackOfMostTrades/gadgetinspector
106110
- https://github.com/0range228/Gadgets
111+
- https://github.com/pmiaowu/DeserializationTest
107112
- XSS跨站脚本攻击
108113
- XML外部实体攻击
109114
- CSRF跨站请求伪造
@@ -117,6 +122,11 @@
117122

118123
## 0x07-Java代码审计培训
119124

120-
## 0x08-Java代码审计参考
125+
## 0x08-Java代码审计老师
126+
127+
本人在学习Java代码审计的过程中遇到了很多优秀的Java代码审计工程师,感谢这些研究者!
128+
129+
- [phith0n](https://www.leavesongs.com/)
130+
-
121131

122-
- [ ] [《静态程序分析入门教程》](https://github.com/RangerNJU/Static-Program-Analysis-Book)
132+
[![Stargazers over time](https://starchart.cc//0e0w/HackJava.svg)](https://starchart.cc/0e0w/HackJava)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy