mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
32 lines
813 B
YAML
32 lines
813 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,discovery
|
|
|
|
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: 4a0a004730450220715eb1d8b3e2cddf5abbe6df6c23c5740d9b8558275dd10ad7ffbbdc7858522d022100d908ccb083f442fb83d407a22cc406b8fd2527051a062cc45b75a73c546fc9d6:922c64590222798bb761d5b6d8e72950 |