nuclei-templates/exposed-panels/tooljet-panel.yaml

30 lines
526 B
YAML

id: tooljet-panel
info:
name: ToolJet Panel
author: DhiyaneshDk
severity: info
metadata:
verified: true
shodan-query: title:"ToolJet - Dashboard"
tags: panel,tooljet
requests:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login?redirectTo=/"
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- "ToolJet - Dashboard"
- type: status
status:
- 200