25 lines
392 B
YAML
25 lines
392 B
YAML
|
id: tenor
|
||
|
|
||
|
info:
|
||
|
name: Tenor
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
tags: osint,osint-images,tenor
|
||
|
|
||
|
self-contained: true
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://tenor.com/users/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "<div class=\"tagline\">"
|