2021-06-22 05:28:41 +00:00
|
|
|
id: rhymix-cms-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Rhymix CMS Detect
|
|
|
|
author: gy741
|
|
|
|
severity: info
|
|
|
|
description: Detects Rhymix CMS
|
2021-06-22 06:27:38 +00:00
|
|
|
tags: tech,rhymix
|
2021-08-18 11:29:20 +00:00
|
|
|
reference: https://github.com/rhymix/rhymix
|
2021-06-22 05:28:41 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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" />'
|