HXSecurity / DongTai-agent-java

Java Agent is a Java application probe of DongTai IAST, which collects method invocation data during runtime of Java application by dynamic hooks.
https://dongtai.io
Apache License 2.0
681 stars 191 forks source link

Add configurable proxy IP and port to realize the linkage between IAST and DAST #214

Closed langligelang closed 1 year ago

langligelang commented 2 years ago

Preflight Checklist

Problem Description

Add configurable proxy IP and port to realize the linkage between IAST and DAST 新增对agent可配置的代理ip和端口,实现IAST 和DAST的联动。

Proposed Solution

Realize the outgoing traffic and hit the self-realized DAST within the enterprise 实现流量的外发,打到企业内部自实现的DAST

Alternatives Considered

No response

Additional Information

No response

lostsnow commented 1 year ago

We have successfully integrated DongTai IAST and X-Ray, for further information please refer to the following two articles:

As for other DAST tools, you can be adapted by referencing the project https://github.com/HXSecurity/Dongtai_USB.