2022-01-31 07:56:08 +00:00
|
|
|
id: webmodule-ee-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Webmodule Login Panel
|
|
|
|
author: pussycat0x,daffainfo
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.exploit-db.com/ghdb/7001
|
2022-01-31 07:56:08 +00:00
|
|
|
metadata:
|
2022-09-08 22:39:14 +00:00
|
|
|
google-query: intitle:"Webmodule" inurl:"/webmodule-ee/login.seam" "Version"
|
2022-07-10 09:37:21 +00:00
|
|
|
shodan-query: title:"Webmodule"
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: edb,panel,webmodule-ee,login
|
2022-01-31 07:56:08 +00:00
|
|
|
|
|
|
|
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.]+)'
|