Skip to content

iXBus Login Panel - Detect

ID: ixbusweb-panel

Severity: info

Author: Podalirius

Tags: panel,ixbusweb,cms

iXBus login panel was detected.

id: ixbusweb-panel
info:
name: iXBus Login Panel - Detect
author: Podalirius
severity: info
description: iXBus login panel was detected.
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
metadata:
max-request: 1
shodan-query: http.title:"iXBus"
tags: panel,ixbusweb,cms
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>iXBus</title>'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 2
regex:
- '(iXBusWeb[\n\t ]+\((([0-9]+(.[0-9]+)?(.[0-9]+)?(.[0-9]+)?))\))'
# digest: 4a0a00473045022100a1a23e3d9dfeab6113a7d5c409649357413c663c32470bb6fe3cfb9a45b381660220479f8e91168235ceb5af4e656217b11d45fd6bb27140b9f26378713c044cc6e9: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/ixbus/ixbusweb-version.yaml"

View on Github