mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
31 lines
555 B
YAML
31 lines
555 B
YAML
id: streamlit-detect
|
|
|
|
info:
|
|
name: Streamlit - Detect
|
|
author: s4e-io
|
|
severity: info
|
|
description: |
|
|
Streamlit service was detected.
|
|
reference:
|
|
- https://streamlit.io/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
fofa-query: icon_hash="1080665471"
|
|
tags: tech,streamlit,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body, "<title>Streamlit")'
|
|
- 'status_code == 200'
|
|
condition: and
|