25 lines
411 B
YAML
25 lines
411 B
YAML
|
id: ebay-stores
|
||
|
|
||
|
info:
|
||
|
name: ebay_stores
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-shopping,ebay-stores
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://www.ebay.com/str/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "| eBay Stores</title>"
|