nuclei-templates/http/misconfiguration/installer/ubersmith-installer.yaml

32 lines
598 B
YAML
Raw Normal View History

2024-05-28 11:17:07 +00:00
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