Add files via upload

patch-1
Dominique RIGHETTO 2024-03-08 17:50:57 +01:00 committed by GitHub
parent a3f5095e10
commit 94f1e46a8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -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, "<title>Graylog Web Interface")'
condition: and