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

32 lines
750 B
YAML
Raw Normal View History

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