23 lines
496 B
YAML
23 lines
496 B
YAML
id: getsimple-cms-detector
|
|
|
|
info:
|
|
name: GetSimple CMS Detector
|
|
author: philippedelteil
|
|
severity: info
|
|
description: With this template we can detect a running GetSimple CMS instance
|
|
tags: getsimple,tech
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/readme.txt"
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'GetSimple CMS is a flatfile CMS'
|
|
- type: status
|
|
part: header
|
|
status:
|
|
- 200
|