Skip to content

Retool Login Panel - Detect

ID: retool-login

Severity: info

Author: DhiyaneshDk

Tags: login,panel,retool

Retool login panel was detected.

id: retool-login
info:
name: Retool Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Retool 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:retool:retool:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"Retool"
product: retool
vendor: retool
tags: login,panel,retool
http:
- method: GET
path:
- "{{BaseURL}}/auth/login"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Retool</title>'
- type: status
status:
- 200
# digest: 4a0a0047304502210098fff514bd833ae9f259efc5443081eef838f28b5f7f4f02da088d2ac3646f010220304d4c0c0cd1687d5797ee1aa0ff6d599c822ff60d6882f08fc4014846973120:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/retool-login.yaml"

View on Github