Skip to content

Lotus Domino Configuration Page

ID: domcfg-page

Severity: low

Author: gevakun

Tags: exposure,lotus,files

Lotus Domino configuration file is exposed.

id: domcfg-page
info:
name: Lotus Domino Configuration Page
author: gevakun
severity: low
description: Lotus Domino configuration file is exposed.
reference:
- https://twitter.com/Wh11teW0lf/status/1295594085445709824
metadata:
max-request: 1
tags: exposure,lotus,files
http:
- method: GET
path:
- "{{BaseURL}}/domcfg.nsf"
matchers-condition: and
matchers:
- type: word
words:
- Web Server Configuration
- Mapping
- Mappings
condition: and
- type: status
status:
- 200
# digest: 490a0046304402207847bfdc5f5f83d6e90d0bc40f7b07a981c253d415db886c2992e4ba17df729202203ab98a1d7dafd9181160e3aea8ff8464bc7d619d2fcc5ffdd9ffd3b7d3507550: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/exposures/files/domcfg-page.yaml"

View on Github