From 3730883ef61da56f5e9edd02fc09e281337f7030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Wed, 7 Jul 2021 09:23:16 +0100 Subject: [PATCH] new tool entry - REST API fuzzing tool called RESTler --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c46fe2..d58cd35 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Name | Description [MindAPI](https://github.com/dsopas/MindAPI)| Organize your API security assessment by using MindAPI [Astra](https://github.com/flipkart-incubator/Astra) | Automated Security Testing For REST API's [Automatic API Attack Tool](https://github.com/imperva/automatic-api-attack-tool) | Imperva's customizable API attack tool takes an API specification as an input, generates and runs attacks that are based on it as an output. -[APICheck](https://bbva.github.io/apicheck/) | The DevSecOps toolset for REST APIs +[APICheck](https://bbva.github.io/apicheck/) | The DevSecOps toolset for REST APIs +[RESTler](https://github.com/microsoft/restler-fuzzer) | RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services. ## Cheatsheets Name | Description