Skip to content

Binom Installer Exposure

ID: binom-installer

Severity: high

Author: tess

Tags: misconfig,binom,install,exposure

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

id: binom-installer
info:
name: Binom Installer Exposure
author: tess
severity: high
description: Binom is susceptible to the Installation page exposure due to misconfiguration.
metadata:
verified: true
max-request: 2
shodan-query: title:"Install Binom"
tags: misconfig,binom,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/'
- '{{BaseURL}}/?page=step_1'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Install Binom</title>'
- 'System check'
condition: and
- type: status
status:
- 200
# digest: 490a00463044022031c1cecdfa8e7689a1b78c9d31064c1d5890ccaca125dc628efb9ffef8d7bc5f0220070fd76c4112d31a6ce2b1045a57cd3aadab3bfbc53bd704597c14e09028bb3f: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/binom-installer.yaml"

View on Github