new entry enumeration / scanning

- scan REST APIs with w3af
This commit is contained in:
André Rainho 2021-07-07 19:04:31 +01:00 committed by GitHub
parent b0525ab676
commit 4c655b1313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,8 +51,9 @@ Name | Description
## Enumeration / Scanning ## Enumeration / Scanning
Name | Description Name | Description
---- | ---- ---- | ----
[Burp Enumeration](https://portswigger.net/support/using-burp-to-enumerate-a-rest-api) | Using Burp to Enumerate a REST API [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 [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 ## Fuzzing / SecLists
Name | Description Name | Description