Skip to content

Memos Panel - Detect

ID: memos-panel

Severity: info

Author: rxerium

Tags: panel,memos,detect,usememos

Memos is a privacy-first, lightweight note-taking service

id: memos-panel
info:
name: Memos Panel - Detect
author: rxerium
severity: info
description: |
Memos is a privacy-first, lightweight note-taking service
reference:
- https://github.com/usememos/memos
- https://www.usememos.com/
classification:
cpe: cpe:2.3:a:usememos:memos:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: usememos
product: memos
shodan-query:
- title:"Memos"
- http.title:"memos"
fofa-query: title="memos"
google-query: intitle:"memos"
tags: panel,memos,detect,usememos
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/explore"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Memos'
- type: status
status:
- 200
# digest: 4a0a00473045022100ca7b85cd505ccd6c32d054250b035fd794b02ea3f570ce68c49342283c9f9678022038617ea88e3551d4752fb950382254eccc9f603f326adca2a19c37e561c54949:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/memos-panel.yaml"

View on Github