Skip to content

Moxfield User Name Information - Detect

ID: moxfield

Severity: info

Author: dwisiswant0

Tags: osint,osint-misc,moxfield

Moxfield user name information check was conducted.

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

View on Github