Add files via upload
parent
a3f5095e10
commit
94f1e46a8c
|
@ -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
|
Loading…
Reference in New Issue