32 lines
750 B
YAML
32 lines
750 B
YAML
|
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:
|
||
|
- 'status_code == 200 && contains(content_type, "application/json")'
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
encoding: hex
|
||
|
words:
|
||
|
- "7B22737461747573223A224D65696C697365617263682069732072756E6E696E67227D"
|