Files
nuclei-templates/technologies/strapi-cms-detect.yaml
forgedhallpass 209538baa6 refactor: Description field uniformization
* info field reorder
* reference values refactored to list
* added new lines after the id and before the protocols
* removed extra new lines
* split really long descriptions to multiple lines (part 1)
* other minor fixes
2022-04-22 13:38:41 +03:00

37 lines
712 B
YAML

id: strapi-cms-detect
info:
name: Strapi CMS detect
author: cyllective,daffainfo,idealphase
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-condition: and
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.]+)"'