Gitea Detect
ID: gitea-detect
Severity: info
Author: pikpikcu,righettod
Tags: tech,gitea
Description
Section titled “Description”Gitea was detected.
YAML Source
Section titled “YAML Source”id: gitea-detect
info: name: Gitea Detect author: pikpikcu,righettod severity: info description: Gitea was detected. reference: - https://about.gitea.com/ - https://docs.gitea.com/api metadata: verified: true max-request: 1 shodan-query: http.title:"Gitea" tags: tech,gitea
http: - method: GET path: - "{{BaseURL}}/user/login"
matchers-condition: and matchers: - type: word part: body words: - "Powered by Gitea" - 'content="Gitea' condition: or
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - "Powered by Gitea(\\s*)Version:(\\s*)([\\d.]+)" - "Gitea Version: ([0-9a-z+-.~]+)" - 'theme-gitea-auto.css\?v=([0-9a-z+-.~]+)' - 'encodeURIComponent.{2}([0-9a-z+-.~]+).{2}'# digest: 4b0a004830460221008ccad5ecb7d0b4e539c8a6bd32bb462b3f344ac1be4a0be07f4c84bcea52815d022100dfcf71e53c2385f61429e410d4004d5a6a9f51da3bc40960c428f5b1063d4a4c: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/technologies/gitea-detect.yaml"