nuclei-templates/exposed-panels/sharecenter-login.yaml

28 lines
592 B
YAML
Raw Normal View History

2021-05-01 02:19:50 +00:00
id: sharecenter-login
info:
name: ShareCenter Login Panel - Detect
2021-05-01 02:19:50 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
tags: edb,panel,login
2021-05-01 02:19:50 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers:
- type: word
words:
- "ShareCenter"
2021-05-01 13:54:40 +00:00
- "Please Select Your Account"
2021-05-01 02:19:50 +00:00
condition: and
# Enhanced by md on 2023/01/16