Skip to content

Commit 79bd3ee

Browse files
committed
Update README.md
1 parent 2e9df23 commit 79bd3ee

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 《Java安全-只有Java安全才能拯救世界
1+
# 《Java安全-只有Java安全才能拯救宇宙
22

33
本项目是记录自己在学习研究Java安全过程中遇到的优秀内容,包括JavaWeb安全代码审计资源以及Java构建的应用程序组件协议的安全等内容。一个不会Java攻击的黑客不是一个好师傅,一个不懂Java安全的师傅不是一个好黑客!深入理解Java安全,手握众多重点Java应用高危0day!作者:[0e0w](https://github.com/0e0w)
44

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

77
- [01-Java安全研究资源](https://github.com/0e0w/HackJava#01-java%E5%AE%89%E5%85%A8%E7%A0%94%E7%A9%B6%E8%B5%84%E6%BA%90)
88
- [02-Java安全研究工具](https://github.com/0e0w/HackJava#02-java%E5%AE%89%E5%85%A8%E7%A0%94%E7%A9%B6%E5%B7%A5%E5%85%B7)
@@ -15,7 +15,7 @@
1515
## 01-Java安全研究资源
1616

1717
一、书籍资料
18-
- [ ] [《Java代码审计 入门篇》](https://item.jd.com/10033832360716.html)@陈俊杰等
18+
- [ ] [《Java代码审计-入门篇》](https://item.jd.com/10033832360716.html)@陈俊杰等
1919
- [ ] [《Java代码审计实战》](https://item.jd.com/13466996.html)@高昌盛等
2020
- [ ] [《Java安全编码标准》](https://book.douban.com/subject/24846041)@计文柯译
2121
- [ ] [《Java安全性编程指南》]()@庞南
@@ -84,10 +84,14 @@
8484

8585
工欲善其事必先利其器,此处收集整理Java代码审计的一些优秀工具!期待自己的代码审计工具能够早日发布!
8686

87+
一、IAST
88+
89+
- 洞态 IAST
90+
91+
二、CodeQL
92+
8793
- Frotify
8894
- [ ] https://github.com/wooyunwang/Fortify
89-
- CodeQL
90-
- 洞态 IAST
9195
- RASP
9296
- IDEA
9397
- [ ] https://github.com/XianYanTechnology/RocB
@@ -102,6 +106,7 @@
102106
- [ ] https://github.com/veracode-research/rogue-jndi
103107
- [ ] https://github.com/quentinhardy/jndiat
104108
- [ ] https://github.com/p1n93r/AttackJNDI
109+
- [ ] https://github.com/Jeromeyoung/JNDIExploit-1
105110
- 反序列化工具
106111
- [ ] https://github.com/wh1t3p1g/ysomap
107112
- [ ] https://github.com/frohoff/ysoserial
@@ -165,6 +170,8 @@
165170
- [ ] https://github.com/t0thkr1s/allsafe
166171
- [ ] https://github.com/oversecured/ovaa
167172
- [ ] https://github.com/jaiswalakshansh/Vuldroid
173+
- [ ] https://github.com/baidu-security/openrasp-testcases
174+
- [ ] https://github.com/cschneider4711/Marathon
168175

169176
## 04-Java安全漏洞分类
170177

@@ -209,6 +216,7 @@
209216
- https://github.com/phith0n
210217
- https://github.com/su18
211218
- https://github.com/welk1n
219+
- https://github.com/threedr3am
212220

213221
## 08-Java安全交流群组
214222

0 commit comments

Comments
 (0)