39 lines
906 B
YAML
39 lines
906 B
YAML
id: nginx-ui-dashboard
|
|
|
|
info:
|
|
name: Nginx UI Panel - Detect
|
|
author: gy741
|
|
severity: info
|
|
description: Nginx UI panel was detected.
|
|
reference:
|
|
- https://github.com/schenkd/nginx-ui
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"nginx ui"
|
|
tags: panel,nginx,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Nginx UI"
|
|
- "Main Config"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100d0dbf908e80a56b1c2dbd2d005a25f0d455c5cd1d20b4513b1ddc6ff1ba48b78022100fdfa82b5e8e778ea322d78cc966af0ebdd9d4d93a47e122050478c37f7777bfe:922c64590222798bb761d5b6d8e72950
|