nuclei-templates/technologies/strapi-cms-detect.yaml

32 lines
618 B
YAML

id: strapi-cms-detect
info:
name: Strapi CMS detect
author: cyllective,daffainfo
severity: info
description: Open source Node.js Headless CMS to easily build customisable APIs
reference: https://github.com/strapi/strapi
tags: tech,strapi,cms
requests:
- method: GET
path:
- "{{BaseURL}}/admin/init"
matchers:
- type: word
part: body
words:
- '"data"'
- '"uuid"'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"strapiVersion":"([0-9.]+)"'