diff --git a/exposed-panels/nginx-ui-panel.yaml b/exposed-panels/nginx-ui-panel.yaml new file mode 100644 index 0000000000..0a239f70be --- /dev/null +++ b/exposed-panels/nginx-ui-panel.yaml @@ -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