Skip to content

Ubersmith Setup Page - Exposure

ID: ubersmith-installer

Severity: high

Author: DhiyaneshDK

Tags: misconfig,install,exposure,ubersmith

Detects exposed Ubersmith Setup page.

id: ubersmith-installer
info:
name: Ubersmith Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed Ubersmith Setup page.
reference:
- https://ubersmith.com/
metadata:
verified: true
max-request: 1
shodan-query: html:"Ubersmith Setup"
tags: misconfig,install,exposure,ubersmith
http:
- method: GET
path:
- "{{BaseURL}}/setup/index.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Ubersmith Setup"
- type: status
status:
- 200
# digest: 490a004630440220018bb451a39b6bd27b7aa3191fadb01d3d8ba61b3378f0a7b9e1543dacc9fd2202207a477768dd79fa709556abec98368b2a186585ac1491d6382c99755f4a898292: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/ubersmith-installer.yaml"

View on Github