Skip to content

SmugMug User Name Information - Detect

ID: smugmug

Severity: info

Author: dwisiswant0

Tags: osint,osint-images,smugmug

SmugMug user name information check was conducted.

id: smugmug
info:
name: SmugMug User Name Information - Detect
author: dwisiswant0
severity: info
description: SmugMug 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,smugmug
self-contained: true
variables:
valid_username: "{{replace(user, '.', '')}}"
http:
- method: GET
path:
- "https://{{valid_username}}.smugmug.com"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "schema.org/Person"
# digest: 490a0046304402200e60d6ad7626f6d6c88f3114e44c87f8d66891c6a326ad1771a57582a8d0e27502206464125d4eb521eb0c3d2b2441f14d63052064b82206a7ef870f599a988f95d4: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/smugmug.yaml"

View on Github