35 lines
836 B
YAML
35 lines
836 B
YAML
id: gravatar
|
|
|
|
info:
|
|
name: Gravatar User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Gravatar 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,gravatar
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "http://en.gravatar.com/profiles/{{user}}.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "entry"
|
|
|
|
# digest: 4a0a0047304502202cc60acdbad83e7ccb7b5a7ac9afa85cf14aa208b5aa3bcf606ce3301bd71261022100b33a5711bc20229c560899d2c3f1b8e93262bce70a6059872c83b44db73ddd28:922c64590222798bb761d5b6d8e72950
|