2023-02-20 18:42:46 +00:00
|
|
|
id: poshmark
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Poshmark
|
|
|
|
author: dwisiswant0
|
2023-03-02 21:29:29 +00:00
|
|
|
description: This OSINT template looks for information about a user name.
|
2023-02-20 18:42:46 +00:00
|
|
|
severity: info
|
2023-03-02 21:29:29 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2023-02-20 18:42:46 +00:00
|
|
|
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."
|