Strapi Admin - Installer
ID: strapi-admin-installer
Severity: critical
Author: dhiyaneshDk
Tags: misconfig,exposure,strapi,install
Description
Section titled “Description”Strapi Admin Registration enabled was detected.
YAML Source
Section titled “YAML Source”id: strapi-admin-installer
info: name: Strapi Admin - Installer author: dhiyaneshDk severity: critical description: | Strapi Admin Registration enabled was detected. metadata: verified: true max-request: 1 shodan-query: html:"Welcome to your Strapi app" html:"create an administrator" tags: misconfig,exposure,strapi,install
http: - method: GET path: - '{{BaseURL}}'
matchers-condition: and matchers: - type: word part: body words: - "Welcome to your Strapi app" - "Click to create the first administration" condition: and
- type: status status: - 200# digest: 490a00463044022078b7d78725acf853a4909c10b64102d09c837fb161fd48a93f8cbf1317431791022076a001b7c3bdda9bcb0db6a7feecece18222f8cd461d12cd005e80262d46f288:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/installer/strapi-admin-installer.yaml"