Skip to content

Gitea User Name Information - Detect

ID: gitea

Severity: info

Author: dwisiswant0

Tags: osint,osint-coding,gitea

Gitea user name information check was conducted.

id: gitea
info:
name: Gitea User Name Information - Detect
author: dwisiswant0
severity: info
description: Gitea 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,gitea
self-contained: true
http:
- method: GET
path:
- "https://gitea.com/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "(Git with a cup of tea)"
# digest: 4a0a00473045022029b965c347c488192fc97192feb9aac34047922530ca5fc141320413be59a603022100ed7133752852da54c0c3982239c96e339c284c3a164b1131ee6b9fc86a6a5cbf: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/gitea.yaml"

View on Github