Skip to content

Opencollective User Name Information - Detect

ID: opencollective

Severity: info

Author: dwisiswant0

Tags: osint,osint-finance,opencollective

Opencollective user name information check was conducted.

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

View on Github