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

40 lines
1.0 KiB
YAML
Raw Normal View History

2022-06-20 07:19:37 +00:00
id: ibm-websphere-admin-panel
2022-08-22 07:17:05 +00:00
2022-06-20 07:19:37 +00:00
info:
name: IBM WebSphere Application Server Community Edition Admin Login Panel - Detect
2022-06-20 07:19:37 +00:00
author: ritikchaddha
severity: info
description: IBM WebSphere Application Server Community Edition admin login panel was detected.
2022-06-20 07:19:37 +00:00
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.0
cwe-id: CWE-200
2022-06-20 07:19:37 +00:00
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"
host-redirects: true
2022-06-20 07:19:37 +00:00
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
# Enhanced by md on 2022/11/21