29 lines
561 B
YAML
29 lines
561 B
YAML
id: subrion-cms-detect
|
|
|
|
info:
|
|
name: Subrion CMS Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
fofa-query: title="subrion"
|
|
shodan-query: http.component:"Subrion"
|
|
tags: subrion,tech
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'subrion.org" title="Open Source CMS">Subrion CMS'
|
|
- 'Subrion CMS - Open Source Content Management System'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|