commit
8e849d9971
|
@ -0,0 +1,31 @@
|
|||
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
|
Loading…
Reference in New Issue