nuclei-templates/http/exposed-panels/casaos-panel.yaml

38 lines
761 B
YAML
Raw Normal View History

2023-07-21 00:12:00 +00:00
id: casaos-panel
info:
name: CasaOS Login Panel - Detect
author: DhiyaneshDK
severity: info
description: CasaOS login 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:
2023-07-21 11:40:38 +00:00
max-request: 2
verified: true
2023-07-21 00:12:00 +00:00
shodan-query: html:"CasaOS"
2023-07-21 11:40:38 +00:00
tags: panel,casaos,login,detect
2023-07-21 00:12:00 +00:00
http:
- method: GET
path:
2023-07-21 11:40:38 +00:00
- '{{BaseURL}}'
2023-07-21 00:12:00 +00:00
- '{{BaseURL}}/#/login'
2023-07-21 11:40:38 +00:00
stop-at-first-match: true
2023-07-21 00:12:00 +00:00
host-redirects: true
2023-07-21 11:40:38 +00:00
max-redirects: 2
2023-07-21 00:12:00 +00:00
matchers-condition: and
matchers:
- type: word
words:
2023-07-21 11:40:38 +00:00
- "/CasaOS-UI/"
- "We're sorry but CasaOS"
condition: or
2023-07-21 00:12:00 +00:00
- type: status
status:
- 200