Skip to content

IBM WebSphere Application Server Community Edition Admin Login Panel - Detect

ID: ibm-websphere-admin-panel

Severity: info

Author: ritikchaddha

Tags: websphere,panel,ibm

IBM WebSphere Application Server Community Edition admin login panel was detected.

id: ibm-websphere-admin-panel
info:
name: IBM WebSphere Application Server Community Edition Admin Login Panel - Detect
author: ritikchaddha
severity: info
description: IBM WebSphere Application Server Community Edition admin login panel was detected.
reference:
- https://www.ibm.com/support/pages/what-default-username-and-password-websphere-application-server-community-edition-and-how-add-users-admin-group
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_application_server:*:*:*:*:z\/os:*:*:*
metadata:
verified: true
max-request: 1
vendor: ibm
product: websphere_application_server
shodan-query: http.favicon.hash:1337147129
fofa-query: icon_hash=1337147129
tags: websphere,panel,ibm
http:
- method: GET
path:
- "{{BaseURL}}/console"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Administrative Console Login"
- "Log in to the Administrative Console"
condition: and
- type: status
status:
- 200
# digest: 4b0a00483046022100a234bba8cfb61be43644d489815ec3369104cb81af7bffbb91e0836cc69b734f022100d1bcffc361ff6bb51b97c2fd7833b234bf7b936baac9f421e18da92ac00253bb: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-admin-panel.yaml"

View on Github