Skip to content

ACF User Name Information - Detect

ID: acf

Severity: info

Author: dwisiswant0

Tags: osint,osint-coding,acf

ACF user name information check was conducted.

id: acf
info:
name: ACF User Name Information - Detect
author: dwisiswant0
severity: info
description: ACF 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-coding,acf
self-contained: true
http:
- method: GET
path:
- "https://support.advancedcustomfields.com/forums/users/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>ACF Support"
# digest: 4a0a0047304502202a08902826094ed2b7f77bd2bbe0eba9bd664e63ada911c68fb3d6b4e6f75628022100ff68a6a274381d190f8c8c04235572164d17dae413aa26bff638cfeff4cd9bc8: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/acf.yaml"

View on Github