nuclei-templates/technologies/getsimple-cms-detector.yaml

23 lines
496 B
YAML
Raw Normal View History

2021-07-30 05:38:44 +00:00
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
2021-07-29 12:58:06 +00:00
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