Create strapi-admin-installer.yaml

patch-11
Dhiyaneshwaran 2024-09-03 14:52:38 +05:30 committed by GitHub
parent e0f7bb4632
commit aaf675ebab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
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