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