2021-09-15 05:30:08 +00:00
|
|
|
id: getsimple-cms-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: GetSimple CMS Detection
|
2021-09-16 16:13:58 +00:00
|
|
|
author: pikpikcu,philippedelteil
|
2021-09-15 05:30:08 +00:00
|
|
|
severity: info
|
2021-09-16 16:13:58 +00:00
|
|
|
description: Template to detect a running GetSimple CMS instance
|
2022-04-22 10:38:41 +00:00
|
|
|
tags: tech,getsimple
|
2021-09-15 05:30:08 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-09-15 11:30:00 +00:00
|
|
|
- "{{BaseURL}}"
|
2021-09-16 16:13:58 +00:00
|
|
|
- "{{BaseURL}}/readme.txt"
|
2021-09-15 05:30:08 +00:00
|
|
|
|
2021-09-16 16:13:58 +00:00
|
|
|
stop-at-first-match: true
|
2021-09-15 05:30:08 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-09-15 11:30:00 +00:00
|
|
|
- "Powered by GetSimple"
|
2021-09-16 16:13:58 +00:00
|
|
|
- 'GetSimple CMS is a flatfile CMS'
|
2021-09-15 11:30:00 +00:00
|
|
|
part: body
|
2021-09-16 16:13:58 +00:00
|
|
|
condition: or
|