nuclei-templates/misconfiguration/gitea-public-signup.yaml

32 lines
604 B
YAML
Raw Normal View History

id: gitea-public-signup
2022-09-29 16:29:05 +00:00
info:
name: Gitea Public Registration Enabled
2022-09-29 16:29:05 +00:00
author: edoardottt
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:
verified
2022-09-29 16:29:05 +00:00
google-query: intext:"Powered by Gitea" register
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 -'
condition: and
2022-09-29 16:29:05 +00:00
- type: status
status:
- 200