nuclei-templates/http/technologies/grav-cms-detect.yaml

30 lines
526 B
YAML

id: grav-cms-detect
info:
name: Grav CMS Detect
author: cyllective
severity: info
description: Detects Grav CMS
reference:
- https://github.com/getgrav/grav
tags: tech,grav,cms
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: header
words:
- 'Set-Cookie: grav-site-'
- type: word
part: body
words:
- '<meta name="generator" content="GravCMS" />'