2021-09-16 04:18:34 +00:00
|
|
|
id: gitea-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Gitea Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,gitea
|
2021-09-16 04:18:34 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-16 04:18:34 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
- "{{BaseURL}}/user/login"
|
|
|
|
|
2021-09-16 12:13:04 +00:00
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-09-16 04:18:34 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Powered by Gitea"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-09-16 12:13:04 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- "Powered by Gitea Version: ([0-9.]+)"
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022061e4da87e4da41f491145d00361ed8aad1f29d7ce56ea3b48e79f63ce132a3c702210095803dc8797e964b9aa7a96f86a3edd11894df6571d12748314f6d1bcf440ead:922c64590222798bb761d5b6d8e72950
|