February 2019
Intermediate to advanced
256 pages
7h 34m
English
The following table lists the API security testing tools and approaches:
|
Level |
Recommended toolkits |
Pros and cons |
|
Basic |
ZAP |
ZAP can provide a general web security baseline scan. However, ZAP can’t do specific REST or SOAP API security testing without proper guidance. For example, the HTTP POST request testing can’t be done here, and that’s why we introduce JMeter for the next level. |
|
Intermediate |
ZAP + JMeter |
The rationale we introduce JMeter is to send specific REST or SOAP APIs and message body through ZAP. In this approach, the ZAP will be running in proxy mode to monitor and detect the request/response for security issues. |
|
Advanced |
ZAP + JMeter + Fuzz data |
We will ... |
Read now
Unlock full access