diff --git a/http/exposed-panels/graylog-panel.yaml b/http/exposed-panels/graylog-panel.yaml new file mode 100644 index 0000000000..0ad6bdf2b4 --- /dev/null +++ b/http/exposed-panels/graylog-panel.yaml @@ -0,0 +1,26 @@ +id: graylog-panel + +info: + name: Graylog Login Panel - Detect + author: righettod + severity: info + description: Graylog login panel was detected. + reference: + - https://graylog.org/ + metadata: + max-request: 1 + verified: true + shodan-query: http.title:"Graylog Web Interface" + tags: panel,graylog,login,detect + +http: + - method: GET + path: + - "{{BaseURL}}" + + matchers: + - type: dsl + dsl: + - 'status_code == 200' + - 'contains(body, "Graylog Web Interface")' + condition: and \ No newline at end of file