Skip to content

Unsplash User Name Information - Detect

ID: unsplash

Severity: info

Author: dwisiswant0

Tags: osint,osint-images,unsplash

Unsplash user name information check was conducted.

id: unsplash
info:
name: Unsplash User Name Information - Detect
author: dwisiswant0
severity: info
description: Unsplash 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,unsplash
self-contained: true
http:
- method: GET
path:
- "https://unsplash.com/@{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "| Unsplash Photo Community"
# digest: 4b0a004830460221008c79fd3243fa1db0ceaf7404182593a4eb20c4066197412431fe2c87f095c864022100d604da24fcf8cc3d76aa2effcd00a738ee395f8f670ce857cefe10cdccd13682: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/unsplash.yaml"

View on Github