28 lines
581 B
YAML
28 lines
581 B
YAML
id: getsimple-cms-detect
|
|
|
|
info:
|
|
name: GetSimple CMS Detection
|
|
author: pikpikcu,philippedelteil
|
|
severity: info
|
|
description: Template to detect a running GetSimple CMS instance
|
|
tags: tech,getsimple
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/readme.txt"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "Powered by GetSimple"
|
|
- 'GetSimple CMS is a flatfile CMS'
|
|
part: body
|
|
condition: or |