Skip to content

IBM iNotes Login Panel - Detect

ID: ibm-note-login

Severity: info

Author: dhiyaneshDK,righettod

Tags: ibm,edb,panel,login,detect

IBM iNotes login panel was detected.

id: ibm-note-login
info:
name: IBM iNotes Login Panel - Detect
author: dhiyaneshDK,righettod
severity: info
description: IBM iNotes login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7122
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:ibm:inotes:*:*:*:*:*:*:*:*
metadata:
max-request: 2
vendor: ibm
shodan-query: http.title:"IBM iNotes Login"
product: inotes
tags: ibm,edb,panel,login,detect
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/names.nsf'
- '{{BaseURL}}/webredir.nsf'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>IBM iNotes Login</title>'
- 'Lotus iNotes Login Screen'
condition: or
- type: status
status:
- 200
# digest: 490a004630440220287f0a78cbf10838614d9970a7cb120c46bfafd13c9413b10e44c129249aef91022023a28f0d4e4464051b8c02ac03ebc655269ab3b7be7106bb3400a931572b9739:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ibm/ibm-note-login.yaml"

View on Github