GitLab User Name Information - Detect
ID: gitlab
Severity: info
Author: dwisiswant0
Tags: osint,osint-coding,gitlab
Description
Section titled “Description”GitLab user name information check was conducted.
YAML Source
Section titled “YAML Source”id: gitlab
info: name: GitLab User Name Information - Detect author: dwisiswant0 severity: info description: GitLab 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-coding,gitlab
self-contained: true
http: - method: GET path: - "https://gitlab.com/{{user}}"
matchers-condition: and matchers: - type: status status: - 200
- type: word part: body words: - "Member since"# digest: 4a0a004730450220606564677b975e1278d4f7d5e45086b0f69f7ef60f63223c3c1ae2fee10027910221008d8a66407f19a45738b9247de7c8cd621acaacad73648a5ce483846766cac90a:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/osint/user-enumeration/gitlab.yaml"