Skip to content

Commit

Permalink
Merge pull request #278 from Nizernizer/feat/issue-270
Browse files Browse the repository at this point in the history
update agent doc.
  • Loading branch information
Nizernizer authored Mar 30, 2022
2 parents 3d1a1da + 1520b62 commit 792a4b0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/doc/AgentDebug.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

3. 使用 Remote JVM Debug 功能

![springtest_config](/Users/erzhuangniu/Documents/png/springtest_config.png)
![springtest_config](./assets/remote_config.png)

4. 进行配置

![remote_debug](/Users/erzhuangniu/Documents/png/remote_debug.png)
![remote_debug](./assets/remote_debug.png)

参数:

Expand Down
2 changes: 1 addition & 1 deletion docs/doc/ProductStructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DongTai Java Agent 工作流:

![DongTai Java Agent](/Users/erzhuangniu/Downloads/DongTai Java Agent.png)
![DongTai Java Agent](./assets/dongtai_Java_Agent.png)

DongTai Java Agent 由 dongTai-agent、dongtai-api、dongTai-core、dongtai-log、dongtai-spring-api、dongtai-spy 组成。

Expand Down
8 changes: 0 additions & 8 deletions docs/doc/UsageScenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,3 @@ DongTai Java Agent 会收集应用的所有接口信息,包括接口访问路
## 主动验证

当 DongTai Engine 检测出 Java 应用某接口有安全漏洞后,会向 DongTai Java Agent 发送重放请求,这个重放请求会携带特定的 payload ,去验证该漏洞是否真实存在。





# Usage Scenarios

Dongtai-agent-java is DongTai Iast's data acquisition tool for Java applications. In a Java application with the iast agent added, the required data is collected by rewriting class bytecode, and then the data is sent to dongtai-OpenAPI service, and then the cloud engine processes the data to determine whether there are security holes.
Binary file added docs/doc/assets/dongtai_Java_Agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/doc/assets/remote_config.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/doc/assets/remote_debug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 792a4b0

Please sign in to comment.