36 lines
912 B
YAML
36 lines
912 B
YAML
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: 4a0a00473045022100b2d7bbaace6c645b1e1230f1cb3d3c5ef96223607738f932be13985bfed702890220366e02d193cb7698ec80a35310e5bc2ac65699d0ad1ffcd7f7d6f0cb9fdc3dbd:922c64590222798bb761d5b6d8e72950
|