23 lines
460 B
YAML
23 lines
460 B
YAML
|
id: memos-panel
|
||
|
info:
|
||
|
name: Memos panel detect
|
||
|
author: rxerium
|
||
|
severity: info
|
||
|
description: |
|
||
|
A privacy-first, lightweight note-taking service
|
||
|
reference:
|
||
|
- https://github.com/usememos/memos
|
||
|
- https://www.usememos.com/
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/explore"
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- '<title>Memos</title>'
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|