32 lines
585 B
YAML
32 lines
585 B
YAML
id: nginx-ui-dashboard
|
|
|
|
info:
|
|
name: Nginx UI Dashboard Exposure
|
|
author: gy741
|
|
severity: low
|
|
description: A Nginx UI login page was detected.
|
|
reference:
|
|
- https://github.com/schenkd/nginx-ui
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"nginx ui"
|
|
tags: panel,nginx,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Nginx UI"
|
|
- "Main Config"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|