Skip to content

Commit 7fc5406

Browse files
authored
Merge pull request #507 from yalechen-cyw/main
Update tools readme
2 parents cd4ed11 + dce00a1 commit 7fc5406

1 file changed

Lines changed: 47 additions & 9 deletions

File tree

tools/README.md

Lines changed: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,61 @@
1313

1414
需要申请License。
1515

16-
## [TCA-Loong龙(测试版)](https://github.com/TCATools/loong)
16+
## TCA-Loong龙(测试版)
1717
Java/Kotlin API和函数调用链分析工具,需要申请License。
1818

19-
## [TCA-Loong_Beta龙(测试版)](https://github.com/TCATools/loong_beta)
19+
### 如何在TCA上使用
20+
在TCA上勾选以下工具规则:
21+
- [JAAF](../server/projects/main/apps/scan_conf/management/commands/open_source/jaaf.json#L4)
22+
- [JAFC](../server/projects/main/apps/scan_conf/management/commands/open_source/jafc.json#L4)
23+
- [JAFF](../server/projects/main/apps/scan_conf/management/commands/open_source/jaff.json#L4)
24+
25+
### 底层命令行工具
26+
涉及到的底层命令行工具有:
27+
- [TCA-Loong龙(测试版)](https://github.com/TCATools/loong)
28+
29+
## TCA-Loong_Beta龙(测试版)
2030
Java/Kotlin API和函数调用链分析工具,无需申请License。
2131

22-
## [TCA-Zeus(测试版)](https://github.com/TCATools/TCA-Zeus-linux)
32+
### 如何在TCA上使用
33+
在TCA上勾选以下工具规则:
34+
- [JAFCBeta](../server/projects/main/apps/scan_conf/management/commands/open_source/jafc_beta.json#L4)
35+
- [JAFFBeta](../server/projects/main/apps/scan_conf/management/commands/open_source/jaff_beta.json#L4)
36+
37+
### 底层命令行工具
38+
涉及到的底层命令行工具有:
39+
- [TCA-Loong_Beta龙(测试版)](https://github.com/TCATools/loong_beta)
40+
41+
## TCA-QL(测试版)
2342
一款静态代码分析的解析端,开源测试版仅开放在linux上运行,需要申请License。
2443

25-
## [TCA-Zeus_Beta(测试版)](https://github.com/TCATools/Zeus_Beta)
44+
### 如何在TCA上使用
45+
在TCA上勾选以下工具规则:
46+
- [TCA_QL_CPP](../server/projects/main/apps/scan_conf/management/commands/open_source/tca_ql_cpp.json#L4)
47+
- [TCA_QL_Go](../server/projects/main/apps/scan_conf/management/commands/open_source/tca_ql_go.json#L4)
48+
- [TCA_QL_PHP](../server/projects/main/apps/scan_conf/management/commands/open_source/tca_ql_php.json#L4)
49+
- [TCA_QL_Python](../server/projects/main/apps/scan_conf/management/commands/open_source/tca_ql_python.json#L4)
50+
51+
### 底层命令行工具
52+
涉及到的底层命令行工具有:
53+
- [TCA-Zeus(测试版)](https://github.com/TCATools/TCA-Zeus-linux)
54+
- [TCA-Hades(测试版)](https://github.com/TCATools/TCA-Hades-linux)
55+
56+
## TCA-QL_Beta(测试版)
2657
一款静态代码分析的解析端,开源测试版仅支持PHP语言,开源测试版仅开放在linux上运行,无需申请License。
2758

28-
## [TCA-Hades(测试版)](https://github.com/TCATools/TCA-Hades-linux)
29-
一款静态代码分析的分析端,开源测试版仅开放在linux上运行,需要申请License。
59+
### 如何在TCA上使用
60+
在TCA上勾选以下工具规则:
61+
- [TCA_QL_Beta_PHP](../server/projects/main/apps/scan_conf/management/commands/open_source/tca_ql_php_beta.json#L4)
3062

31-
## [TCA-Hades_Beta(测试版)](https://github.com/TCATools/Hades_Beta)
32-
一款静态代码分析的分析端,目前主要支持安全分析,开源测试版仅开放在linux上运行,无需申请License。
63+
### 底层命令行工具
64+
涉及到的底层命令行工具有:
65+
- [TCA-Zeus_Beta(测试版)](https://github.com/TCATools/Zeus_Beta)
66+
- [TCA-Hades_Beta(测试版)](https://github.com/TCATools/Hades_Beta)
3367

3468
## [TCA-0Day_Checker(测试版)](https://github.com/TCATools/codedog_0Day_checker)
35-
用于一些爆出高危漏洞的组件检查,主要用于前段时间的log4j检查,支持自定义规则用于检查其他组件,需要申请License。
69+
用于一些爆出高危漏洞的组件检查,主要用于前段时间的log4j检查,支持自定义规则用于检查其他组件,无需申请License。
70+
71+
### 如何在TCA上使用
72+
在TCA上勾选以下工具规则:
73+
- [0DayChecker](../server/projects/main/apps/scan_conf/management/commands/open_source/0daychecker.json#L4)

0 commit comments

Comments
 (0)