nuclei-templates/exposed-panels/seats-login.yaml

22 lines
338 B
YAML

id: seats-login
info:
name: Seats login
author: dhiyaneshDK
severity: info
tags: panel
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>seats.io | login</title>"
- type: status
status:
- 200