nuclei-templates/exposed-panels/virtual-ema-detect.yaml

29 lines
600 B
YAML
Raw Normal View History

2020-09-27 07:53:58 +00:00
id: virtual-ema-detect
info:
name: Virtual EMS Login Panel - Detect
author: iamthefrogy
severity: info
description: Virtual EMS 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
2022-01-03 16:06:23 +00:00
tags: panel,ems
requests:
- method: GET
path:
- "{{BaseURL}}/virtualems/Login.aspx"
- "{{BaseURL}}/VirtualEms/Login.aspx"
matchers:
- type: word
words:
- "Login"
- "Browse"
- "Welcome Guest"
condition: and
# Enhanced by md on 2023/01/24