Merge pull request #11067 from Kazgangap/gradio-detect

add gradio-detect
patch-12
Ritik Chaddha 2024-10-23 09:33:19 +05:30 committed by GitHub
commit 4ce9982ebe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
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
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