Skip to content

Nginx UI Panel - Detect

ID: nginx-ui-dashboard

Severity: info

Author: gy741

Tags: panel,nginx,exposure,f5

Nginx UI panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:f5:nginx:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: f5
product: nginx
shodan-query:
- http.title:"nginx ui"
- cpe:"cpe:2.3:a:f5:nginx"
fofa-query: title="nginx ui"
google-query: intitle:"nginx ui"
tags: panel,nginx,exposure,f5
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: 4b0a00483046022100ceaa31a983a5a1d5c753533ebc6ba7bdc04eff1e8ccd20950c2b77e2c703dd37022100fc825c74928a834d8b3bb629f50c37d0d0cdd465d09133fcb85ccbae08be258d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/nginx-ui-dashboard.yaml"

View on Github