Update and rename nginx-ui-panel.yaml to nginx-ui-dashboard.yaml
parent
6a6c9ba689
commit
146ac2d29e
|
@ -1,29 +1,30 @@
|
|||
id: nginx-ui-panel
|
||||
id: nginx-ui-dashboard
|
||||
|
||||
info:
|
||||
name: Nginx UI Panel
|
||||
name: Nginx UI Dashboard Exposure
|
||||
author: gy741
|
||||
severity: info
|
||||
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
|
||||
tags: panel,nginx,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
- "{{BaseURL}}/login"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
- type: word
|
||||
part: body
|
||||
regex:
|
||||
- "<title>(.*)Nginx UI(.*)</title>"
|
||||
words:
|
||||
- "Nginx UI"
|
||||
- "Main Config"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
Loading…
Reference in New Issue