nuclei-templates/http/misconfiguration/gitlab/gitlab-public-registration....

37 lines
759 B
YAML

id: gitlab-public-registration
info:
name: GitLab public registration of new user - Detect
author: axrk
severity: info
metadata:
max-request: 1
shodan-query: http.title:"GitLab"
tags: gitlab,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/users/sign_up"
matchers-condition: and
matchers:
- type: word
words:
- '<span class="gl-button-text">Register</span>'
- 'data-qa-selector="new_user_register_button"'
condition: or
- type: word
words:
- 'https://about.gitlab.com'
- type: status
status:
- 200
- type: word
negative: true
words:
- '<meta content="GitLab.com" property="og:description">'