nuclei-templates/http/exposed-panels/orchid-vms-panel.yaml

34 lines
681 B
YAML

id: orchid-vms-panel
info:
name: Orchid Core VMS Panel - Detect
author: princechaddha
severity: info
description: Orchid Core VMS panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: http.title:"Orchid Core VMS"
tags: panel,orchid
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Orchid Core VMS - IPConfigure, Inc.</title>"
- type: status
status:
- 200
# Enhanced by md on 2022/12/05