33 lines
795 B
YAML
33 lines
795 B
YAML
id: ibm-websphere-admin-panel
|
|
|
|
info:
|
|
name: WebSphere Application Server Community Edition Admin Panel
|
|
author: ritikchaddha
|
|
severity: info
|
|
reference:
|
|
- https://www.ibm.com/support/pages/what-default-username-and-password-websphere-application-server-community-edition-and-how-add-users-admin-group
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.favicon.hash:1337147129
|
|
tags: websphere,panel,ibm
|
|
|
|
requests:
|
|
- 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
|