Skip to content

Youpic User Name Information - Detect

ID: youpic

Severity: info

Author: dwisiswant0

Tags: osint,osint-hobby,youpic

Youpic user name information check was conducted.

id: youpic
info:
name: Youpic User Name Information - Detect
author: dwisiswant0
severity: info
description: Youpic 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-hobby,youpic
self-contained: true
http:
- method: GET
path:
- "https://youpic.com/photographer/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "- Photographer - YouPic"
# digest: 490a004630440220082cccc653fa72f45087487ca6a9b019ecccaa0450c123154926f1f1ad3cd6c102205fe5fdd53f2f407b0646cd4792d1571931a5e6e4378ec8e81646be2cff3abd03: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/youpic.yaml"

View on Github