35 lines
828 B
YAML
35 lines
828 B
YAML
id: giphy
|
|
|
|
info:
|
|
name: Giphy User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Giphy user name information check was conducted.
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
tags: osint,osint-social,giphy
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://giphy.com/channel/{{user}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Share on GIPHY</title>"
|
|
|
|
# digest: 490a0046304402200f89ca174bfa1153f83b1fc7970ce96c12f4a1aa5952d7f7d11f46ebbd7ad30502203033814b7f1ac515db2ee3c87d66a1e4bb0e6552558a9c586e7c5761e6491d06:922c64590222798bb761d5b6d8e72950
|