Skip to content

Scribble Diffusion Panel - Detect

ID: scribble-diffusion-panel

Severity: info

Author: rxerium

Tags: panel,scribble,detect

A tool to turn your rough sketch into a refined image using AI.

id: scribble-diffusion-panel
info:
name: Scribble Diffusion Panel - Detect
author: rxerium
severity: info
description: |
A tool to turn your rough sketch into a refined image using AI.
reference:
- https://scribblediffusion.com/
- https://github.com/replicate/scribble-diffusion
metadata:
verified: true
max-request: 1
shodan-query: title:"Scribble Diffusion"
tags: panel,scribble,detect
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- '<title>Scribble Diffusion'
- 'content="Scribble Diffusion'
condition: or
- type: status
status:
- 200
# digest: 490a00463044022046c296428cdefcd0ea3a816ae54cfae725a85977746cf405655a9a3e4863b5cf02200753459d4303fc32b33758f64d5cb049bcc32c1c24981cd523816bc76c863838: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/scribble-diffusion-panel.yaml"

View on Github