nuclei-templates/http/technologies/meilisearch-detect.yaml

35 lines
828 B
YAML
Raw Normal View History

2024-05-13 12:43:55 +00:00
id: meilisearch-detect
info:
2024-05-14 08:28:06 +00:00
name: Meilisearch - Detect
2024-05-13 12:43:55 +00:00
author: userdehghani
severity: info
description: |
2024-05-14 05:15:58 +00:00
An open-source, blazingly fast, and hyper-relevant search engine that will improve your search experience.
2024-05-13 12:43:55 +00:00
reference:
- https://www.meilisearch.com/
metadata:
verified: true
max-request: 1
2024-05-14 05:15:58 +00:00
fofa-query: app="meilisearch"
tags: meilisearch,detect,tech
2024-05-13 12:43:55 +00:00
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
2024-05-14 05:15:58 +00:00
- 'status_code == 200'
- 'contains(content_type, "application/json")'
condition: and
2024-05-13 12:43:55 +00:00
- type: word
part: body
encoding: hex
words:
2024-05-13 12:46:22 +00:00
- "7B22737461747573223A224D65696C697365617263682069732072756E6E696E67227D"