Skip to content

IBM WebSphere Portal Login Panel - Detect

ID: ibm-websphere-panel

Severity: info

Author: pdteam

Tags: ibm,websphere,panel

IBM WebSphere Portal login panel was detected.

id: ibm-websphere-panel
info:
name: IBM WebSphere Portal Login Panel - Detect
author: pdteam
severity: info
description: IBM WebSphere Portal 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
cwe-id: CWE-200
cpe: cpe:2.3:a:ibm:websphere_portal:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: ibm
product: websphere_portal
shodan-query:
- http.html:"IBM WebSphere Portal"
- http.html:"ibm websphere portal"
- cpe:"cpe:2.3:a:ibm:websphere_portal"
fofa-query: body="ibm websphere portal"
tags: ibm,websphere,panel
http:
- method: GET
path:
- '{{RootURL}}/wps/portal'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'IBM WebSphere Portal'
- 'IBMPortalWeb'
condition: or
- type: regex
part: header
regex:
- "Content-Location: .+"
negative: true
# digest: 490a004630440220614c4efbb88067b65544014740f9ce79103047b4231c9f5113f3ddb7edb6c2e002205b1b74a4f94fceec08b4ebfb9cd564dc6df917249d1f6d6c2606e5c586a22eeb:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ibm/ibm-websphere-panel.yaml"

View on Github