File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ By. Whoopsunix
4
4
5
5
# 0x00 do what?
6
6
7
- 🚀 对照实战场景梳理较通用的 Java Rce 相关漏洞的利用方式 记录在 [ VulnCore] ( SecVulns/VulnCore ) 中
7
+ 🚀 对照实战场景梳理较通用的 Java Rce 相关漏洞的利用方式 记录在 [ VulnCore] ( SecVulns/VulnCore ) 中,参考 [ cwe ] ( https://cwe.mitre.org ) 标准构建
8
8
9
9
🚩 子目录 [ VulnCore] ( SecVulns/VulnCore ) 给出 Java 利用方式,具体覆盖量见对应 README.md 文件
10
10
@@ -16,6 +16,14 @@ By. Whoopsunix
16
16
17
17
🛰 Detection: 基于 [ joern] ( https://github.com/joernio/joern ) 实现漏洞检测
18
18
19
+ # PS
20
+
21
+ 因为是漏洞测试环境,难免会引入部分没法直接拉取的依赖(太老了中央仓库移除、或者没有魔法上网)
22
+
23
+ 可以到 https://mvnrepository.com/ 手动下载 jar 包到本地 maven 仓库
24
+
25
+ 举个例子 下载 [ c3p0 0.9.5.2] ( https://mvnrepository.com/artifact/com.mchange/c3p0/0.9.5.2 ) 依赖放到本地的 ` /.m2/repository/com/mchange/c3p0/0.9.5.2 ` 目录下
26
+
19
27
# Stats
20
28
21
29
![ Alt] ( https://repobeats.axiom.co/api/embed/818a4d2c0d1562eec751b2637b825b3b0d2cf0e3.svg " Repobeats analytics image ")
You can’t perform that action at this time.
0 commit comments