Skip to content

ADVFN User Name Information - Detect

ID: advfn

Severity: info

Author: dwisiswant0

Tags: osint,osint-finance,advfn

ADVFN user name information check was conducted.

id: advfn
info:
name: ADVFN User Name Information - Detect
author: dwisiswant0
severity: info
description: ADVFN 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-finance,advfn
self-contained: true
http:
- method: GET
path:
- "https://uk.advfn.com/forum/profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Profile | ADVFN"
# digest: 490a0046304402206951f709b4384d4754fe2844b1258631d85aa9c1b274255047ecd1c3bd3d26cc0220408b2a28c6e40771d02380ebe8ac4e33e587190df7fed8472fd337a1565dbde5: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/advfn.yaml"

View on Github