February 2019
Intermediate to advanced
256 pages
7h 34m
English
ZAP provides several non-GUI interfaces for integration, such as Java API, REST API, and CLI. You may choose one of them for the integration. We will use ZAP-CLI here because it's easy to set up, and is also suitable for engineers who have a little programming background. Please ensure Python and PIP are installed on the system. The ZAP-CLI can be installed by one command line, as follows:
$ pip install --upgrade zapcli
To access ZAP using ZAP-CLI or ZAP, restful API will require an API Key. The API key of ZAP can be found or disabled under Tools | Options | API. To simplify the ZAP-CLI operations, we will disable the API key.
Read now
Unlock full access