32 lines
707 B
YAML
32 lines
707 B
YAML
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: 490a0046304402207ac43247eda3384fc8a8331614a20db3e489480b9fe2278895b5e60f4ecb9ba902207f8d4071cb25a417b80033d3e4d1ef48971621c76578fc1c3469b561093aa8c8:922c64590222798bb761d5b6d8e72950
|