Skip to content

Rhymix CMS Detect

ID: rhymix-cms-detect

Severity: info

Author: gy741

Tags: tech,rhymix

Detects Rhymix CMS

id: rhymix-cms-detect
info:
name: Rhymix CMS Detect
author: gy741
severity: info
description: Detects Rhymix CMS
reference:
- https://github.com/rhymix/rhymix
metadata:
max-request: 1
tags: tech,rhymix
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: or
matchers:
- type: word
part: header
words:
- 'rx_sesskey1'
- type: word
part: body
words:
- '<meta name="generator" content="Rhymix" />'
# digest: 4a0a00473045022100b0f0ad327dce484fa48816e15b2315461866b9c4a1bef482705d370faeaa7fd00220720728ad32141d0c27fdaf0561b0a17f04ebf87e6cec33aafdaab88c7c4d1430: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/rhymix-cms-detect.yaml"

View on Github