Skip to content

Domibus - Detect

ID: domibus-detect

Severity: info

Author: righettod

Tags: tech,domibus,detect

Domibus was detected.

id: domibus-detect
info:
name: Domibus - Detect
author: righettod
severity: info
description: |
Domibus was detected.
reference:
- https://ec.europa.eu/digital-building-blocks/sites/display/DIGITAL/Domibus
metadata:
verified: true
max-request: 1
shodan-query: http.title:"Domibus"
tags: tech,domibus,detect
http:
- method: GET
path:
- "{{BaseURL}}/domibus/rest/application/info"
- "{{BaseURL}}/domibus/"
stop-at-first-match: true
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>domibus", "domibus-msh")'
condition: and
extractors:
- type: regex
part: body
group: 1
regex:
- '"versionNumber":\s*"([0-9.]+)"'
# digest: 480a00453043021f1f33e10ccb360534d863c1da36cd01d79cde653f91342bdd7f135c7f0a63de02203731050e98927d48210688a257c95fb182e841ea80029372c776148883762eae: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/technologies/domibus-detect.yaml"

View on Github