From e299c21d173b69080d0e42bb32e0d758c1af961c Mon Sep 17 00:00:00 2001 From: Ankush12389 Date: Tue, 18 Apr 2023 11:45:22 +0530 Subject: [PATCH] Add Akto to Rest API tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 08ec6d9..f02f7de 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,7 @@ Name | Author | Description | | [graphw00f](https://github.com/dolevf/graphw00f) | graphw00f is GraphQL Server Engine Fingerprinting utility for software security professionals looking to learn more about what technology is behind a given GraphQL endpoint. | | | | | **REST APIs** | +| [Akto](https://github.com/akto-api-security/akto) | API discovery, automated business logic testing and runtime detection | | [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. |