42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.favicon.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: 4a0a00473045022100e74fa4063d1faf13d045bb0c4ccd3043d8a1ece8782329e786cc8669b15055dd02204b85050b3c1e8b109fc155aafb86269a8115205d89100e6b55a374fd19cfbb2e:922c64590222798bb761d5b6d8e72950
|