Skip to content

Notion Detect

ID: notion-detect

Severity: info

Author: tess

Tags: notion,tech

id: notion-detect
info:
name: Notion Detect
author: tess
severity: info
classification:
cpe: cpe:2.3:a:notion:notion:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: notion
product: notion
shodan-query: title:"Notion – One workspace. Every team."
tags: notion,tech
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Notion – One workspace. Every team."
- "Notion Labs, Inc."
condition: or
- type: status
status:
- 200
# digest: 490a004630440220077c3d0dfbb36c9c9ea5fdfd5203ca6042ad5340fc24c994bb72f96c89c12a2e02202cd6be98c6786f92a929712838748bed3814e5fe870ba43761978d2a18635caa: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/technologies/notion-detect.yaml"

View on Github