nuclei-templates/technologies/strapi-cms-detect.yaml

22 lines
410 B
YAML
Raw Normal View History

2021-03-30 23:44:50 +00:00
id: strapi-cms-detect
info:
name: strapi CMS detect
author: cyllective
severity: info
description: Detects strapi CMS
tags: tech,strapi,cms
reference:
2021-03-30 23:44:50 +00:00
- https://github.com/strapi/strapi
requests:
- method: GET
path:
- "{{BaseURL}}/admin/auth/login"
matchers:
- type: word
part: body
condition: or
words:
- '<title>Strapi Admin</title>'