Skip to content

Fark User Name Information - Detect

ID: fark

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,fark

Fark user name information check was conducted.

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

View on Github