Skip to content

Apache Karaf Detect

ID: apache-karaf-panel

Severity: info

Author: s0obi

Tags: tech,apache,karaf

id: apache-karaf-panel
info:
name: Apache Karaf Detect
author: s0obi
severity: info
classification:
cpe: cpe:2.3:a:apache:karaf:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: apache
product: karaf
shodan-query: realm="karaf"
tags: tech,apache,karaf
http:
- method: GET
path:
- "{{BaseURL}}/system/console"
matchers:
- type: word
part: header
words:
- 'realm="karaf'
# digest: 490a0046304402203701e7fbe3061c581e5693fdcd6bae59b856be074b05869a1dd810c545c1525d022008ad2fbd8e20d29eeff89847169c3d590a8a366013301a17b8ff3668955b2a08: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/apache/apache-karaf-panel.yaml"

View on Github