mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
29 lines
777 B
YAML
29 lines
777 B
YAML
id: gradio-detect
|
|
|
|
info:
|
|
name: Gradio - Detect
|
|
author: s4e-io
|
|
severity: info
|
|
description: |
|
|
An instance running Gradio was detected.
|
|
reference:
|
|
- https://github.com/gradio-app/gradio
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
fofa-query: "Gradio"
|
|
tags: gradio,tech,detect,discovery
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains_any(body, "gradio-app", "gradio-app/gradio", "__gradio_mode__")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
# digest: 4b0a00483046022100f99bdd85dc3a022dda0a2ceb40efc596dfd491ac7fe2e2c3406ab078401e93b8022100d5a7b0fc49440d4b204907d2fb27b170bb0d203afe062924df362fbbf3f23042:922c64590222798bb761d5b6d8e72950 |