nuclei-templates/exposures/apis/strapi-page.yaml

21 lines
358 B
YAML
Raw Normal View History

2021-07-05 17:01:57 +00:00
id: strapi-page
info:
name: Strapi Page
author: dhiyaneshDk
severity: info
2022-07-04 08:46:15 +00:00
metadata:
shodan-query: http.title:"Welcome to your Strapi app"
2021-07-05 17:15:34 +00:00
tags: api,strapi
2021-07-05 17:01:57 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- '<title>Welcome to your Strapi app</title>'
condition: and