Skip to content

dbt Docs Panel - Detect

ID: dbt-docs-panel

Severity: info

Author: johnk3r

Tags: panel,dbt

dbt Docs panel was detected.

id: dbt-docs-panel
info:
name: dbt Docs Panel - Detect
author: johnk3r
severity: info
description: dbt Docs panel was detected.
metadata:
max-request: 1
shodan-query: http.title:"dbt Docs"
tags: panel,dbt
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>dbt Docs</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100bbe9f0cd3083a3ffbb49d7b47612c92f54919b20fddc65ac6cff6c5f310e8053022100c123deb4b72dfb299404c9d6702c80d941aa917acb2bb7298593bd77481205ab: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/dbt-docs-panel.yaml"

View on Github