Skip to content

XBackBone Installer - Exposure

ID: xbackbone-installer

Severity: high

Author: DhiyaneshDk

Tags: install,xbackbone,exposure,misconfig

Checks for the presence of a XBackBone Installer.

id: xbackbone-installer
info:
name: XBackBone Installer - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a XBackBone Installer.
metadata:
verified: true
max-request: 1
shodan-query: html:"XBackBone Installer"
tags: install,xbackbone,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/install/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>XBackBone Installer</title>"
- type: status
status:
- 200
# digest: 490a00463044022032503f171aafcfbe217e73b880ac28c4904304cca11c34a42ef171a4789cdb76022077ddedf460171d2c2e935ec3158bed45036127c7703657badd0efae2adbdacf3: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/misconfiguration/installer/xbackbone-installer.yaml"

View on Github