Skip to content

Cloudphysician RADAR Login Panel - Detect

ID: cloudphysician-radar

Severity: info

Author: dhiyaneshDK

Tags: panel,edb

Cloudphysician RADAR login panel was detected.

id: cloudphysician-radar
info:
name: Cloudphysician RADAR Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Cloudphysician RADAR login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7466
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: http.title:"Cloudphysician RADAR"
tags: panel,edb
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Cloudphysician RADAR</title>'
- type: status
status:
- 200
# digest: 490a0046304402206e7e8ec8b0521a964e58a31012188e780769f18b464de740b6aa9b7d2670cc2c02206e29bca4d4cacf0fe173c7e8e94b4537098e59a5f90026d08c99e0ac7793b77d: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/exposed-panels/cloudphysician-radar.yaml"

View on Github