Skip to content

Houzz User Name Information - Detect

ID: houzz

Severity: info

Author: dwisiswant0

Tags: osint,osint-hobby,houzz

Houzz user name information check was conducted.

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

View on Github