32 lines
721 B
YAML
32 lines
721 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,grav,cms
|
|
|
|
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" />'
|
|
|
|
# digest: 4a0a004730450220700f01b8d8cc3f19f9e349fa7d8bc87eb4b0f09ecad8c8f1e37be766e7453cfd022100f4b5bb3e4a84e6ed6b6c28794c87106d3438c342b846f96d096abb9bc3ad60c4:922c64590222798bb761d5b6d8e72950
|