Create notion-detect.yaml
parent
da01cdd40b
commit
049f97dba9
|
@ -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,detect
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Notion – One workspace. Every team."
|
||||
- "Notion Labs, Inc."
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue