Skip to content

GetSimple CMS Detection

ID: getsimple-cms-detect

Severity: info

Author: pikpikcu,philippedelteil

Tags: tech,getsimple

Template to detect a running GetSimple CMS instance

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: 4b0a00483046022100ea43c20a2ef5fa35c215674ce9b4859df02da2bd107f0f0e0051604cc3744b2c02210097d16aa8e5a58c0bb79f6a8a169d16e90ce079c8d91032feda8a168a518cbe9e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/getsimple-cms-detect.yaml"

View on Github