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

37 lines
712 B
YAML
Raw Normal View History

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