2021-09-16 04:18:34 +00:00
|
|
|
id: gitea-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Gitea Detect
|
|
|
|
author: pikpikcu
|
|
|
|
severity: info
|
|
|
|
tags: tech,gitea
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
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
|
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.]+)"
|