32 lines
789 B
YAML
32 lines
789 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
|
|
# digest: 490a00463044022052a003d038d9b265499b84d6301697b5740af3328121ce22b33deaf522fb0f9b02202b3af6afa1ab2ccdbb7887991dc379bec0e673fb90462d403d00662d8191ded7:922c64590222798bb761d5b6d8e72950 |