commit
c50313bbdf
|
@ -0,0 +1,28 @@
|
|||
id: notion-detect
|
||||
|
||||
info:
|
||||
name: Notion Detect
|
||||
author: tess
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"Notion – One workspace. Every team."
|
||||
tags: notion,tech
|
||||
|
||||
requests:
|
||||
- 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
|
Loading…
Reference in New Issue