Skip to content

Imgur User Name Information - Detect

ID: imgur

Severity: info

Author: dwisiswant0

Tags: osint,osint-images,imgur

Imgur user name information check was conducted.

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: 4b0a004830460221008e989564414f6d11ba2c8413cf586eebfc58b704aff830284adcceb669368089022100824656f28194466cafb3566db2eb7139cd0a0a9affb4f901a82d9b2298568110:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/imgur.yaml"

View on Github