25 lines
412 B
YAML
25 lines
412 B
YAML
id: tripadvisor
|
|
|
|
info:
|
|
name: tripadvisor
|
|
author: dwisiswant0
|
|
severity: info
|
|
tags: osint,osint-social,tripadvisor
|
|
|
|
self-contained: true
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "https://www.tripadvisor.com/Profile/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Contributions"
|