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

34 lines
698 B
YAML
Raw Normal View History

id: webmodule-ee-panel
info:
name: Webmodule Login Panel
author: pussycat0x,daffainfo
severity: info
reference:
- https://www.exploit-db.com/ghdb/7001
metadata:
google-dork: intitle:"Webmodule" inurl:"/webmodule-ee/login.seam" "Version"
2022-07-10 09:37:21 +00:00
shodan-query: title:"Webmodule"
tags: panel,webmodule-ee,login
requests:
- 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.]+)'