Skip to content

Businesso Installer Exposure

ID: businesso-installer

Severity: high

Author: ritikchaddha

Tags: misconfig,businesso,install,exposure

Businesso is susceptible to the Installation page exposure due to misconfiguration.

id: businesso-installer
info:
name: Businesso Installer Exposure
author: ritikchaddha
severity: high
description: Businesso is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 1
shodan-query: title:"Businesso Installer"
fofa-query: title="Businesso Installer"
tags: misconfig,businesso,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install/'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Businesso Installer</title>'
- type: status
status:
- 200
# digest: 490a004630440220394bb6d54873e218b4cbd2655088a6ebc17db2a2d0a32c1f5e2f7a7201426942022020893b3c290e7099cae8289ddc3ed26036efffb5aeb6e5202b2a49f35cc35949: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/businesso-installer.yaml"

View on Github