Merge pull request #5900 from gy741/rule-add-v134

Create nginx-ui-panel
patch-1
Dhiyaneshwaran 2022-10-31 22:59:37 +05:30 committed by GitHub
commit 8e849d9971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -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