37 lines
747 B
YAML
37 lines
747 B
YAML
id: gitea-detect
|
|
|
|
info:
|
|
name: Gitea Detect
|
|
author: pikpikcu
|
|
severity: info
|
|
metadata:
|
|
max-request: 2
|
|
tags: tech,gitea
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/user/login"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Powered by Gitea"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "Powered by Gitea Version: ([0-9.]+)"
|
|
|
|
# digest: 4a0a00473045022061e4da87e4da41f491145d00361ed8aad1f29d7ce56ea3b48e79f63ce132a3c702210095803dc8797e964b9aa7a96f86a3edd11894df6571d12748314f6d1bcf440ead:922c64590222798bb761d5b6d8e72950
|