Skip to content

Fotka User Name Information - Detect

ID: fotka

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,fotka

Fotka user name information check was conducted.

id: fotka
info:
name: Fotka User Name Information - Detect
author: dwisiswant0
severity: info
description: Fotka 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,fotka
self-contained: true
http:
- method: GET
path:
- "https://api.fotka.com/v2/user/dataStatic?login={{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "profil"
# digest: 4b0a00483046022100e72aee289ff492366c006a9813f5c35a18c2b6030a0f168bf61c29595f3c8e24022100c4e6aa456227d6108b4f0db40fe09078ae923953b16a524c26203032daf93349: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/fotka.yaml"

View on Github