Skip to content

Commit a901e3c

Browse files
committed
Update README.md
1 parent 315e4a3 commit a901e3c

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

README.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
一、书籍资料
1818
- [ ] [《Java代码审计 入门篇》](https://item.jd.com/10033832360716.html)@陈俊杰等
1919
- [ ] [《Java代码审计实战》](https://item.jd.com/13466996.html)@高昌盛等
20+
- [ ] [《Java安全编码标准》](https://book.douban.com/subject/24846041)@计文柯译
21+
- [ ] [《Java安全性编程指南》]()@庞南
22+
- [ ] [《Java安全》]()@奥克斯
23+
- [ ] [《Java编码指南》](https://www.amazon.co.uk/%E7%BC%96%E5%86%99%E5%AE%89%E5%85%A8%E5%8F%AF%E9%9D%A0%E7%A8%8B%E5%BA%8F%E7%9A%8475%E6%9D%A1%E5%BB%BA%E8%AE%AE%EF%BC%88%E8%8B%B1%E6%96%87%E7%89%88%EF%BC%89-%E5%BE%B7%E9%B2%81%C2%B7%E8%8E%AB%E6%AC%A3%E8%BE%BE%EF%BC%88Dhruv-C-%E8%A5%BF%E7%A7%91%E5%BE%B7%EF%BC%88Robert-F-%E8%90%A8%E7%91%9F%E5%85%B0%EF%BC%88Dean-%E5%BC%97%E9%9B%B7%E5%BE%B7%C2%B7%E6%9C%97%EF%BC%88Fred/dp/B017WGUFKO)@刘先宁
2024
- [ ] [《Java-Web-Security》]()@Dominik Schadow
2125

2226
二、基础教程
@@ -40,6 +44,7 @@
4044
- [ ] [《MS08067安全实验室》](https://space.bilibili.com/396298765?spm_id_from=333.788.b_765f7570696e666f.2)@MS08067
4145
- [ ] [《Java代码审计系列课程》](https://edu.51cto.com/course/27875.html)@Hack_Man
4246
- [ ] [《Java代码审计课程》](https://www.learnfuture.com/study/ist126v)@嘉为教育
47+
- [ ][宽字节安全 JAVA安全线上进阶课程](https://www.cnblogs.com/unicodeSec/p/15062087.html)》@宽字节
4348

4449
四、培训演讲
4550

@@ -52,6 +57,16 @@
5257
- [ ] https://github.com/su18/JDBC-Attack
5358
- [ ] https://xz.aliyun.com/t/7945
5459
- [ ] http://tttang.com/archive/1322
60+
- [ ] https://teamssix.com/211115-165745.html
61+
- [ ] https://teamssix.com/211115-123451.html
62+
- [ ] https://github.com/dean2021/java_security_book
63+
- [ ] https://github.com/yq1ng/Java
64+
- [ ] https://github.com/wa1ki0g/javasec
65+
- [ ] https://github.com/pen4uin/JavaSec
66+
- [ ] https://github.com/javaparser/javaparser
67+
- [ ] https://github.com/safe6Sec/JavaDeserialization
68+
- [ ] https://github.com/ninthDevilHAUNSTER/JavaSecLearning
69+
- [ ] https://github.com/Ghost2097221/javaweb_security_study_notes
5570
- [ ] https://github.com/Ghost2097221/javaweb_security_study_notes
5671

5772
## 02-Java代码审计工具
@@ -81,20 +96,24 @@
8196
- [ ] https://github.com/threedr3am/gadgetinspector
8297
- [ ] https://github.com/JackOfMostTrades/gadgetinspector
8398
- [ ] https://github.com/Afant1/JavaSearchTools
99+
- [ ] https://github.com/j1anFen/ysoserial_echo
84100

85101
五、文件监控类工具
102+
- [ ] https://github.com/TheKingOfDuck/FileMonitor
86103
- [ ] https://github.com/TheKingOfDuck/MySQLMonitor
87104

88105
六、其他工具
89106
- [ ] https://github.com/HXSecurity/DongTai
90107
- [ ] https://github.com/MobSF/mobsfscan
91108
- [ ] https://github.com/threedr3am/log-agent
92109
- [ ] https://github.com/wh1t3p1g/tabby
93-
- [ ] https://github.com/EmYiQing/XVulnFinder
110+
- [ ] https://github.com/j5s/XVulnFinder
94111
- [ ] https://github.com/EmYiQing/CodeInspector
95112
- [ ] https://github.com/mtxiaowangzi/CAFJE
96113
- [ ] https://github.com/FeeiCN/Cobra
97114
- [ ] https://github.com/returntocorp/semgrep
115+
- [ ] https://codeql.github.com
116+
- [ ] https://github.com/cqkenuo/LingZhi
98117

99118
## 03-Java漏洞靶场平台
100119

@@ -116,6 +135,8 @@
116135
- [ ] [mytestvul-一个用来做漏洞复现/验证的小框架](https://github.com/novysodope/mytestvul)@novysodope
117136
- [ ] [JavaVulnerableLab circle-练习Java反序列化的最简单环境](https://github.com/pmiaowu/DeserializationTest)@pmiaowu
118137
- [ ] [易受攻击的Java Web应用程序](https://github.com/Zhangyao-zzyy/JavaVulnerableLab-circle)@Zhangyao-zzyy
138+
- [ ] https://github.com/l4yn3/micro_service_seclab
139+
- [ ] https://github.com/c0ny1/xxe-lab
119140
- [ ] https://github.com/t0thkr1s/allsafe
120141
- [ ] https://github.com/oversecured/ovaa
121142
- [ ] https://github.com/jaiswalakshansh/Vuldroid
@@ -143,12 +164,13 @@
143164

144165
## 06-Java安全编码规范
145166

146-
- 腾讯-Java安全编码规范
147-
- 绿盟-Java安全编码规范
167+
- [腾讯-Java安全编码规范](https://github.com/Tencent/secguide/blob/main/Java%E5%AE%89%E5%85%A8%E6%8C%87%E5%8D%97.md)
148168
- [陌陌-Java安全编码规范](https://github.com/momosecurity/rhizobia_J)
149169
- 华为-Java安全编码规范
170+
- 绿盟-Java安全编码规范
150171
- 奇安信-Java安全编码规范
151172
- 软通动力-Java-Web安全开发规范
173+
- [securitypaper-Java安全编码规范](https://www.securitypaper.org/2.sdl%E8%A7%84%E8%8C%83%E6%96%87%E6%A1%A3/3-java%E5%AE%89%E5%85%A8%E7%BC%96%E7%A0%81%E8%A7%84%E8%8C%83)
152174

153175
## 07-Java代码审计老师
154176

0 commit comments

Comments
 (0)