36 lines
1.1 KiB
YAML
36 lines
1.1 KiB
YAML
id: strapi-panel
|
|
|
|
info:
|
|
name: Strapi Login Panel - Detect
|
|
author: idealphase,righettod
|
|
severity: info
|
|
description: |
|
|
Strapi login panel was detected.
|
|
reference:
|
|
- https://github.com/strapi/strapi
|
|
- https://strapi.io/
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:strapi:strapi:*:*:*:*:node.js:*:*:*
|
|
metadata:
|
|
max-request: 2
|
|
vendor: strapi
|
|
product: strapi
|
|
shodan-query: http.title:"strapi"
|
|
tags: panel,strapi,login
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/admin/auth/login'
|
|
- '{{BaseURL}}/admin/plugins/users-permissions/auth/login'
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'status_code == 200'
|
|
- 'contains_any(to_lower(body), "<title>strapi admin</title>", "<title>welcome to your strapi app</title>")'
|
|
condition: and
|
|
# digest: 4a0a00473045022100b7577aa112c06f31e4a7fb1a5802b2fddac8cb1b2894005755521759835ce6a8022055e58ee0ffc7630e60703b22bf98b3ce715e5866c07485ebc22fae7833d7757a:922c64590222798bb761d5b6d8e72950 |