|
17 | 17 | 一、书籍资料 |
18 | 18 | - [ ] [《Java代码审计 入门篇》](https://item.jd.com/10033832360716.html)@陈俊杰等 |
19 | 19 | - [ ] [《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)@刘先宁 |
20 | 24 | - [ ] [《Java-Web-Security》]()@Dominik Schadow |
21 | 25 |
|
22 | 26 | 二、基础教程 |
|
40 | 44 | - [ ] [《MS08067安全实验室》](https://space.bilibili.com/396298765?spm_id_from=333.788.b_765f7570696e666f.2)@MS08067 |
41 | 45 | - [ ] [《Java代码审计系列课程》](https://edu.51cto.com/course/27875.html)@Hack_Man |
42 | 46 | - [ ] [《Java代码审计课程》](https://www.learnfuture.com/study/ist126v)@嘉为教育 |
| 47 | +- [ ] 《[宽字节安全 JAVA安全线上进阶课程](https://www.cnblogs.com/unicodeSec/p/15062087.html)》@宽字节 |
43 | 48 |
|
44 | 49 | 四、培训演讲 |
45 | 50 |
|
|
52 | 57 | - [ ] https://github.com/su18/JDBC-Attack |
53 | 58 | - [ ] https://xz.aliyun.com/t/7945 |
54 | 59 | - [ ] 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 |
55 | 70 | - [ ] https://github.com/Ghost2097221/javaweb_security_study_notes |
56 | 71 |
|
57 | 72 | ## 02-Java代码审计工具 |
|
81 | 96 | - [ ] https://github.com/threedr3am/gadgetinspector |
82 | 97 | - [ ] https://github.com/JackOfMostTrades/gadgetinspector |
83 | 98 | - [ ] https://github.com/Afant1/JavaSearchTools |
| 99 | +- [ ] https://github.com/j1anFen/ysoserial_echo |
84 | 100 |
|
85 | 101 | 五、文件监控类工具 |
| 102 | +- [ ] https://github.com/TheKingOfDuck/FileMonitor |
86 | 103 | - [ ] https://github.com/TheKingOfDuck/MySQLMonitor |
87 | 104 |
|
88 | 105 | 六、其他工具 |
89 | 106 | - [ ] https://github.com/HXSecurity/DongTai |
90 | 107 | - [ ] https://github.com/MobSF/mobsfscan |
91 | 108 | - [ ] https://github.com/threedr3am/log-agent |
92 | 109 | - [ ] https://github.com/wh1t3p1g/tabby |
93 | | -- [ ] https://github.com/EmYiQing/XVulnFinder |
| 110 | +- [ ] https://github.com/j5s/XVulnFinder |
94 | 111 | - [ ] https://github.com/EmYiQing/CodeInspector |
95 | 112 | - [ ] https://github.com/mtxiaowangzi/CAFJE |
96 | 113 | - [ ] https://github.com/FeeiCN/Cobra |
97 | 114 | - [ ] https://github.com/returntocorp/semgrep |
| 115 | +- [ ] https://codeql.github.com |
| 116 | +- [ ] https://github.com/cqkenuo/LingZhi |
98 | 117 |
|
99 | 118 | ## 03-Java漏洞靶场平台 |
100 | 119 |
|
|
116 | 135 | - [ ] [mytestvul-一个用来做漏洞复现/验证的小框架](https://github.com/novysodope/mytestvul)@novysodope |
117 | 136 | - [ ] [JavaVulnerableLab circle-练习Java反序列化的最简单环境](https://github.com/pmiaowu/DeserializationTest)@pmiaowu |
118 | 137 | - [ ] [易受攻击的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 |
119 | 140 | - [ ] https://github.com/t0thkr1s/allsafe |
120 | 141 | - [ ] https://github.com/oversecured/ovaa |
121 | 142 | - [ ] https://github.com/jaiswalakshansh/Vuldroid |
|
143 | 164 |
|
144 | 165 | ## 06-Java安全编码规范 |
145 | 166 |
|
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) |
148 | 168 | - [陌陌-Java安全编码规范](https://github.com/momosecurity/rhizobia_J) |
149 | 169 | - 华为-Java安全编码规范 |
| 170 | +- 绿盟-Java安全编码规范 |
150 | 171 | - 奇安信-Java安全编码规范 |
151 | 172 | - 软通动力-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) |
152 | 174 |
|
153 | 175 | ## 07-Java代码审计老师 |
154 | 176 |
|
|
0 commit comments