nuclei-templates/http/exposed-panels/webmodule-ee-panel.yaml

43 lines
932 B
YAML

id: webmodule-ee-panel
info:
name: Webmodule Login Panel - Detect
author: pussycat0x,daffainfo
severity: info
description: Webmodule login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7001
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
metadata:
max-request: 1
google-query: intitle:"Webmodule" inurl:"/webmodule-ee/login.seam" "Version"
shodan-query: title:"Webmodule"
tags: edb,panel,webmodule-ee,login
http:
- method: GET
path:
- "{{BaseURL}}/webmodule-ee/login.seam"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Webmodule</title>"
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Version: ([0-9.]+)'
# Enhanced by md on 2023/01/25