February 2019
Intermediate to advanced
256 pages
7h 34m
English
Once the active scanning is done, view the alerts for the assessments results. It can be in either JSON or HTML formats, as follows:
$ CURL "http://localhost:8090/JSON/core/view/alerts"$ CURL "http://localhost:8090/HTML/core/view/alerts"
For the advanced user who would like to filter the output with specific URL, refer to the following command:
$ CURL "http://localhost:8090/JSON/core/view/alerts/?zapapiformat=JSON&formMethod=GET&baseurl=https://petstore.swagger.io&start=&count=&riskId="
The following command will generate HTML format results:
$ CURL "http://localhost:8090/HTML/core/view/alerts/?zapapiformat=HTML&formMethod=GET&baseurl=https://petstore.swagger.io&start=&count=&riskId="
Read now
Unlock full access