Webmodule Login Panel - Detect
ID: webmodule-ee-panel
Severity: info
Author: pussycat0x,daffainfo
Tags: edb,panel,webmodule-ee,login
Description
Section titled “Description”Webmodule login panel was detected.
YAML Source
Section titled “YAML Source”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 cwe-id: CWE-200 metadata: max-request: 1 shodan-query: title:"Webmodule" google-query: intitle:"Webmodule" inurl:"/webmodule-ee/login.seam" "Version" 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.]+)'# digest: 4b0a00483046022100b817469a71d17d2e9795b75f4bfa660b8b35decc635934913e933db42e2c3d71022100d3792e386d9923d3010b98bfd33c70a9a8c80b525cc9b81b0cbcbbf00b522a7c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/webmodule-ee-panel.yaml"