ToolJet Login Panel - Detect
ID: tooljet-panel
Severity: info
Author: DhiyaneshDk
Tags: panel,tooljet
Description
Section titled “Description”ToolJet login panel was detected.
YAML Source
Section titled “YAML Source”id: tooljet-panel
info: name: ToolJet Login Panel - Detect author: DhiyaneshDk severity: info description: ToolJet login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:tooljet:tooljet:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 shodan-query: title:"ToolJet - Dashboard" product: tooljet vendor: tooljet tags: panel,tooljet
http: - 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# digest: 4a0a00473045022100d46822b01aab08dcb76b653bf838984a9a791157d82d000f4d1b6929c47f5c0b0220151e8216762ddbbbf35da5f73189d4aedbccbc6be3c514e4f44ac98f7f923dff:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/tooljet-panel.yaml"