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

27 lines
494 B
YAML
Raw Normal View History

2021-04-23 06:52:29 +00:00
id: grav-cms-detect
info:
name: Grav CMS Detect
author: cyllective
severity: info
description: Detects Grav CMS
tags: tech,grav,cms
references: https://github.com/getgrav/grav
requests:
- method: GET
path:
2021-04-23 07:02:53 +00:00
- "{{BaseURL}}"
2021-04-23 06:52:29 +00:00
matchers-condition: or
matchers:
2021-04-23 07:02:53 +00:00
- type: word
part: header
words:
- 'Set-Cookie: grav-site-'
2021-04-23 06:52:29 +00:00
- type: word
part: body
words:
2021-04-23 07:02:53 +00:00
- '<meta name="generator" content="GravCMS" />'