nuclei-templates/http/misconfiguration/seq-dashboard-unath.yaml

35 lines
630 B
YAML
Raw Normal View History

2024-06-28 10:10:09 +00:00
id: seq-dashboard-unauth
info:
name: Seq Dashboard - Unauthenticated
author: DhiyaneshDK
severity: high
description: |
Seq is exposed without authentication
metadata:
verified: true
max-request: 1
shodan-query: title:"Seq"
tags: misconfig,exposure,seq,dashboard
http:
- method: GET
path:
- "{{BaseURL}}/#/dashboards"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Log out'
- 'dashboards</a>'
condition: and
- type: status
status:
- 200