Merge pull request #11109 from mailler0xa/cyberpanel-detect-panel

Added Cyberpanel-detect template
patch-13
Ritik Chaddha 2024-11-02 15:15:51 +05:30 committed by GitHub
commit eb82e2b81d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,35 @@
id: cyberpanel-panel
info:
name: Cyberpanel Login Panel - Detect
author: mailler
severity: info
description: |
Cyberpanel login panel was detected.
reference:
- https://cyberpanel.net/KnowledgeBase/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
metadata:
max-request: 1
shodan-query: html:"cyberpanel"
fofa-query: app="Cyberpanel"
product: cyberpanel
tags: cyberpanel,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "<title>(.*)CyberPanel(.*)</title>"
- type: status
status:
- 200