Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
/ OpenAgent Public archive

OpenAgent integrates various types of Java Agent products such as IAST, RASP, SCA, soft patches, etc., to meet the needs of enterprises in the DevSecOps process, only need to configure a Java Agent, can realize the test environment, production environment, emergency response and other scenarios, all-round Security and service.

License

Notifications You must be signed in to change notification settings

VulScanSpace/OpenAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAgent

license Apache-2.0 GitHub stars GitHub forks GitHub Contributors

CI Github Version Release downloads

OpenAgent integrates various types of Java Agent products such as IAST, RASP, SCA, soft patches, etc., to meet the needs of enterprises in the DevSecOps process, only need to configure a Java Agent, can realize the test environment, production environment, emergency response and other scenarios, all-round Security and service.

Usage

  • Install OpenRASP in Springboot
$ java -javaagent:/opt/openagent/agent.jar=/opt/rasp/rasp.jar&install -Dagent.mode=rasp -jar app.jar
  • Install DongTai IAST in SpringBoot
$ java -javaagent:/opt/openagent/agent.jar=/opt/dongtai/agent.jar -Dagent.mode=iast -jar app.jar
  • Install DongTai Soft Patch for Log4j in SpringBoot
$ java -javaagent:/opt/openagent/agent.jar=/opt/dongtai/rasp.jar&/opt/dongtai/rasp-engine.jar -Dagent.mode=soft-patch -jar app.jar

Downloads

Please head to the releases page to download a release of DongTai OpenAgent.

License

Apache 2.0 License.

About

OpenAgent integrates various types of Java Agent products such as IAST, RASP, SCA, soft patches, etc., to meet the needs of enterprises in the DevSecOps process, only need to configure a Java Agent, can realize the test environment, production environment, emergency response and other scenarios, all-round Security and service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published