From 4c655b13139c45f6cd1f06cb0eade9ae9e3ab365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Wed, 7 Jul 2021 19:04:31 +0100 Subject: [PATCH] new entry enumeration / scanning - scan REST APIs with w3af --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb261a..36c5f3b 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,9 @@ Name | Description ## Enumeration / Scanning Name | Description ---- | ---- -[Burp Enumeration](https://portswigger.net/support/using-burp-to-enumerate-a-rest-api) | Using Burp to Enumerate a REST API -[ZAP Scanning](https://www.zaproxy.org/blog/2017-06-19-scanning-apis-with-zap/) | Scanning APIs with ZAP +[Burp enumeration](https://portswigger.net/support/using-burp-to-enumerate-a-rest-api) | Using Burp to Enumerate a REST API +[ZAP scanning](https://www.zaproxy.org/blog/2017-06-19-scanning-apis-with-zap/) | Scanning APIs with ZAP +[w3af scanning](http://docs.w3af.org/en/latest/scan-rest-apis.html) | Scan REST APIs with w3af ## Fuzzing / SecLists Name | Description