32 lines
598 B
YAML
32 lines
598 B
YAML
|
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
|