nuclei-templates/exposed-panels/ibm/ibm-maximo-login.yaml

33 lines
721 B
YAML

id: ibm-maximo-login
info:
name: IBM Maximo Login 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:-399298961
tags: maximo,panel,ibm
requests:
- method: GET
path:
- "{{BaseURL}}/maximo/webclient/login/login.jsp"
redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "maximo-icon.png"
- "IBM"
condition: and
- type: status
status:
- 200