nuclei-templates/exposed-panels/strapi-documentation.yaml

35 lines
786 B
YAML
Raw Normal View History

id: strapi-documentation
info:
2022-01-28 10:55:10 +00:00
name: Strapi Documentation
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
requests:
- method: GET
path:
- '{{BaseURL}}/documentation'
2022-01-22 09:16:40 +00:00
- '{{BaseURL}}/documentation/login'
2022-01-22 09:16:40 +00:00
stop-at-first-match: true
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
- type: status
status:
- 200