Skip to content

Strapi API - Detect

ID: strapi-page

Severity: info

Author: dhiyaneshDk

Tags: api,strapi,exposure

Strapi API was detected.

id: strapi-page
info:
name: Strapi API - Detect
author: dhiyaneshDk
severity: info
description: Strapi API was detected.
reference: https://strapi.io/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
cpe: cpe:2.3:a:strapi:strapi:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Welcome to your Strapi app"
product: strapi
vendor: strapi
tags: api,strapi,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Welcome to your Strapi app</title>'
condition: and
# digest: 490a00463044022023456260ce2c5036685cbe5721ea654ff4d0f87d5194fa579caf57cbd2fbba5402204238c8ac59e1680462ec811f61d8a25df7d17db57ff988223e88dd9d2b311623:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposures/apis/strapi-page.yaml"

View on Github