35 lines
823 B
YAML
35 lines
823 B
YAML
id: flickr
|
|
|
|
info:
|
|
name: Flickr User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Flickr 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,flickr
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://www.flickr.com/photos/{{user}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "| Flickr"
|
|
|
|
# digest: 490a0046304402204d5e9550d84767cc968083c8ba5e1578fc3803da05f70cf4d217011aaa4b932e02206f445913cf7350fd28ec400eb01198fc93dd3623f3dac1826bc5b5786f721729:922c64590222798bb761d5b6d8e72950
|