35 lines
888 B
YAML
35 lines
888 B
YAML
id: imgur
|
|
|
|
info:
|
|
name: Imgur User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Imgur 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-images,imgur
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://api.imgur.com/account/v1/accounts/{{user}}?client_id=546c25a59c58ad7&include=trophies%2Cmedallions"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "created_at"
|
|
|
|
# digest: 490a0046304402201a757e5bbb34f2086ebcf426652bcc5cbc70499546bbd6ac31e165ba4ab357340220239b8868f2621986217d2d92622192759858007e827c52c79890906502cc5ed4:922c64590222798bb761d5b6d8e72950
|