Skip to content

Friendweb User Name Information - Detect

ID: friendweb

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,friendweb

Friendweb user name information check was conducted.

id: friendweb
info:
name: Friendweb User Name Information - Detect
author: dwisiswant0
severity: info
description: Friendweb 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,friendweb
self-contained: true
http:
- method: GET
path:
- "https://friendweb.nl/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "friendweb.nl"
# digest: 4b0a00483046022100a82add6bc1a9171c5e04d66a03c82c74297eb553e94341be9fa3dbab364cfa8c022100f00b9d31e1d54e790061ff5002fa478c4c418a32fc14a9c3d3766cf3d9039234: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/friendweb.yaml"

View on Github