Skip to content

Freelancer User Name Information - Detect

ID: freelancer

Severity: info

Author: dwisiswant0

Tags: osint,osint-business,freelancer

Freelancer user name information check was conducted.

id: freelancer
info:
name: Freelancer User Name Information - Detect
author: dwisiswant0
severity: info
description: Freelancer 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-business,freelancer
self-contained: true
http:
- method: GET
path:
- "https://www.freelancer.com/u/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "> joined"
# digest: 490a0046304402206bdc32fc49f4fd45d26ae0a2e0af2fb846bbd36f3087bb364543eb5a4c2731c8022007c83f291944a28fe6fc331d602194b77e20a2ae9032f1182df9823e421dcf2d: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/freelancer.yaml"

View on Github