Create nginx-ui-panel

Signed-off-by: GwanYeong Kim <gy741.kim@gmail.com>
patch-1
GwanYeong Kim 2022-10-28 15:36:51 +09:00
parent b6272ccacd
commit 8509a45a61
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: nginx-ui-panel
info:
name: Nginx UI Login Page
author: gy741
severity: info
description: A Nginx UI login page was detected.
reference:
- https://github.com/schenkd/nginx-ui
metadata:
shodan-query: http.favicon.hash:1117213901
tags: panel,nginx
requests:
- method: GET
path:
- "{{BaseURL}}/"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Nginx UI'
- 'Main Config'
condition: and
- type: status
status:
- 200