25 lines
445 B
YAML
25 lines
445 B
YAML
|
id: pillowfort
|
||
|
|
||
|
info:
|
||
|
name: Pillowfort
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-social,pillowfort
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.pillowfort.social/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<meta property=\"og:site_name\" content=\"Pillowfort\">"
|