34 lines
805 B
YAML
34 lines
805 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
|
|
metadata:
|
|
max-request: 2
|
|
tags: tech,getsimple
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022100a403263142f6a496d454c077147270b5ef4eed83cac2cb3302ee85b2eb52f59302204abd4ba17490d030f60bbeeded2ac2c84595852fa56cdbe2f7ad54727762eeb6:922c64590222798bb761d5b6d8e72950
|