2022-01-21 09:57:39 +00:00
|
|
|
id: strapi-documentation
|
|
|
|
|
|
|
|
info:
|
2022-01-28 10:55:10 +00:00
|
|
|
name: Strapi Documentation
|
2022-01-21 09:57:39 +00:00
|
|
|
author: idealphase
|
|
|
|
severity: info
|
2022-01-28 10:55:10 +00:00
|
|
|
description: Strapi CMS - documentation plugin from marketplace (Make the documentation endpoint private. By default, the access is public)
|
2022-01-22 09:16:40 +00:00
|
|
|
tags: strapi,panel
|
2022-01-21 09:57:39 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/documentation'
|
2022-01-22 09:16:40 +00:00
|
|
|
- '{{BaseURL}}/documentation/login'
|
2022-01-21 09:57:39 +00:00
|
|
|
|
2022-01-22 09:16:40 +00:00
|
|
|
stop-at-first-match: true
|
2022-01-21 09:57:39 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "x-strapi-config"
|
|
|
|
- "https://strapi.io/documentation/"
|
2022-01-22 09:16:40 +00:00
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "<title>Swagger UI</title>"
|
|
|
|
- "<title>Login - Documentation</title>"
|
|
|
|
condition: or
|
2022-01-21 09:57:39 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|