commit
24f8506f35
|
@ -0,0 +1,32 @@
|
|||
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/
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Memos"
|
||||
tags: panel,memos,detect
|
||||
|
||||
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
|
Loading…
Reference in New Issue