21 lines
445 B
YAML
21 lines
445 B
YAML
|
id: statamic-detect
|
||
|
|
||
|
info:
|
||
|
name: Statamic Detection
|
||
|
description: Statamic is the flat-first, Laravel + Git powered CMS designed for building beautiful, easy to manage websites.
|
||
|
reference: https://github.com/statamic/cms
|
||
|
author: geeknik
|
||
|
severity: info
|
||
|
tags: tech,statamic
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- 'X-Powered-By: Statamic'
|