41 lines
932 B
YAML
41 lines
932 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,strapi,cms
|
|
|
|
http:
|
|
- 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.]+)"'
|
|
|
|
# digest: 490a00463044022063689c9b0ee20401cc8a1f9234eb881cc45e23929fcad30ffe91913cf8307c63022058b01f3090cb1afd3c54251e11698b7c0cc656b75372bcef9f5989cdea66f771:922c64590222798bb761d5b6d8e72950
|