25 lines
435 B
YAML
25 lines
435 B
YAML
id: poshmark
|
|
|
|
info:
|
|
name: Poshmark
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-shopping,poshmark
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://poshmark.com/closet/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- " is using Poshmark to sell items from their closet."
|