Skip to content

ShareCenter Login Panel - Detect

ID: sharecenter-login

Severity: info

Author: dhiyaneshDk

Tags: edb,panel,login

ShareCenter login panel was detected.

id: sharecenter-login
info:
name: ShareCenter Login Panel - Detect
author: dhiyaneshDk
severity: info
description: ShareCenter login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6892
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
tags: edb,panel,login
http:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "ShareCenter"
- "Please Select Your Account"
condition: and
# digest: 4a0a00473045022010c540d193d70252bf0e1947de930d6afb726accd91a265102d554c4285c9ee8022100a8ef98c879a8fb440aef1d3ca3f8b1eac3824a38a9bab71ac3f2bbac780bd8bc: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/sharecenter-login.yaml"

View on Github