27 lines
493 B
YAML
27 lines
493 B
YAML
id: grav-cms-detect
|
|
|
|
info:
|
|
name: Grav CMS Detect
|
|
author: cyllective
|
|
severity: info
|
|
description: Detects Grav CMS
|
|
tags: tech,grav,cms
|
|
reference: https://github.com/getgrav/grav
|
|
|
|
requests:
|
|
- 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" />' |