nuclei-templates/exposed-panels/ibm/ibm-websphere-admin-panel.yaml

32 lines
789 B
YAML
Raw Normal View History

2022-06-20 07:19:37 +00:00
id: ibm-websphere-admin-panel
info:
2022-06-20 08:16:44 +00:00
name: WebSphere Application Server Community Edition Admin Panel
2022-06-20 07:19:37 +00:00
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
2022-06-20 08:16:44 +00:00
tags: websphere,panel,ibm
2022-06-20 07:19:37 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/console"
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