Skip to content

Gitee User Name Information - Detect

ID: gitee

Severity: info

Author: dwisiswant0

Tags: osint,osint-coding,gitee

Gitee user name information check was conducted.

id: gitee
info:
name: Gitee User Name Information - Detect
author: dwisiswant0
severity: info
description: Gitee 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,gitee
self-contained: true
http:
- method: GET
path:
- "https://gitee.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "Commits, issues, and pull requests will appear"
# digest: 4b0a00483046022100cf43b9a2546b5c335180726ee07cfc21e611c76ba0b685f596603a334bbe9982022100d5b93b4a463460fd80da4dca75cf68cb3f3558cf6e67003bf978f8edff485c37: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/gitee.yaml"

View on Github