Skip to content

Subrion CMS Detect

ID: subrion-cms-detect

Severity: info

Author: pikpikcu

Tags: subrion,tech

id: subrion-cms-detect
info:
name: Subrion CMS Detect
author: pikpikcu
severity: info
classification:
cpe: cpe:2.3:a:intelliants:subrion:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: intelliants
product: subrion
shodan-query: http.component:"Subrion"
fofa-query: title="subrion"
tags: subrion,tech
http:
- 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
# digest: 4a0a00473045022100fae75f97e5c5148b87a6beaca3f4dcb7dd11dddb1ba3a13cda1c37d3daf35cca0220623110587d28725b9fe1141750e17d4f2cca9bed12ec941588d6b07ec1433547: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/subrion-cms-detect.yaml"

View on Github