2022-08-31 12:21:02 +00:00
|
|
|
id: zap-rest-api-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ZAP Rest API Server Running
|
|
|
|
author: hahwul
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://www.zaproxy.org/docs/api/
|
|
|
|
tags: zap,tech
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-08-31 12:21:02 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-31 12:21:02 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: response
|
|
|
|
words:
|
|
|
|
- '<title>ZAP API UI</title>'
|
|
|
|
- 'Welcome to the OWASP Zed Attack Proxy (ZAP)'
|
|
|
|
- 'Access-Control-Allow-Headers: ZAP-Header'
|
|
|
|
condition: or
|