From b18738c55b8081293e980b34205bd5427a6ef4de Mon Sep 17 00:00:00 2001 From: akpsgit <39153880+akpsgit@users.noreply.github.com> Date: Thu, 2 Dec 2021 20:25:14 +0200 Subject: [PATCH] Add APIClarity tool to the REST API section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c82cfa..884938f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ | | | | **REST APIs** | | [APICheck](https://bbva.github.io/apicheck/) | The DevSecOps toolset for REST APIs. | +| [APIClarity](https://github.com/apiclarity/apiclarity) | Reconstruct Open API Specifications from real-time workload traffic seamlessly. | | [APIFuzzer](https://github.com/KissPeter/APIFuzzer) | Fuzz test your application using your OpenAPI or Swagger API definition without coding. | | [Arjun](https://github.com/s0md3v/Arjun) | HTTP parameter discovery suite. | | [Astra](https://github.com/flipkart-incubator/Astra) | Automated Security Testing For REST API's. |