2022-09-29 17:21:44 +00:00
|
|
|
id: gitea-public-signup
|
2022-09-29 16:29:05 +00:00
|
|
|
|
|
|
|
info:
|
2022-09-29 17:21:44 +00:00
|
|
|
name: Gitea Public Registration Enabled
|
2022-09-29 16:29:05 +00:00
|
|
|
author: edoardottt
|
2022-09-29 17:21:44 +00:00
|
|
|
severity: high
|
2022-09-29 17:24:03 +00:00
|
|
|
reference:
|
|
|
|
- https://www.youtube.com/watch?v=oHhofSj9lEM&t=157s
|
|
|
|
- https://gitea.io/en-us/
|
2022-09-29 16:29:05 +00:00
|
|
|
metadata:
|
2022-09-29 17:21:44 +00:00
|
|
|
verified
|
2022-09-29 16:29:05 +00:00
|
|
|
google-query: intext:"Powered by Gitea" register
|
2022-09-29 17:21:44 +00:00
|
|
|
tags: gitea,misconfig
|
2022-09-29 16:29:05 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/user/sign_up'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'Powered by Gitea Version'
|
|
|
|
- 'Register -'
|
2022-09-29 17:21:44 +00:00
|
|
|
condition: and
|
2022-09-29 16:29:05 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-09-29 17:21:44 +00:00
|
|
|
- 200
|