Gitea Login Panel - Detect
ID: gitea-login
Severity: info
Author: dhiyaneshDK
Tags: gitea,panel
Description
Section titled “Description”Gitea login panel was detected.
YAML Source
Section titled “YAML Source”id: gitea-login
info: name: Gitea Login Panel - Detect author: dhiyaneshDK severity: info description: Gitea login panel was detected. classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:gitea:gitea:*:*:*:*:jenkins:*:*:* metadata: max-request: 1 vendor: gitea product: gitea shodan-query: - html:"Powered by Gitea Version" - http.html:"powered by gitea version" - http.title:"gitea" - cpe:"cpe:2.3:a:gitea:gitea" fofa-query: - title="gitea" - body="powered by gitea version" google-query: intitle:"gitea" tags: gitea,panel
http: - method: GET path: - '{{BaseURL}}/user/login'
matchers-condition: and matchers: - type: word words: - 'Powered by Gitea'
- type: status status: - 200# digest: 4a0a00473045022100f7fb9b6fea619ab544e50b7f3c9b407f19ccfd4753ed261e78b66bdeedfa3fd002207f8557a98727651f8c77d43634602601f5081897051175cdc105749c640aa35d: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/exposed-panels/gitea-login.yaml"