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

34 lines
720 B
YAML
Raw Normal View History

2021-03-22 22:22:19 +00:00
id: gitlab-public-signup
2021-11-01 14:06:21 +00:00
2021-03-22 22:22:19 +00:00
info:
2021-03-22 22:33:38 +00:00
name: GitLab public signup
2021-03-22 22:22:19 +00:00
author: pdteam
severity: info
2022-03-02 07:35:29 +00:00
metadata:
shodan-query: http.title:"GitLab"
2021-11-01 14:06:21 +00:00
tags: gitlab,misconfig
2021-03-22 22:22:19 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/users/sign_in"
matchers-condition: and
matchers:
- type: word
words:
- '<a data-qa-selector="register_link" href="/users/sign_up">Register now</a>'
2021-03-22 22:33:38 +00:00
- 'data-qa-selector="new_user_register_button"'
- type: word
words:
2021-03-22 22:22:19 +00:00
- 'https://about.gitlab.com'
- type: status
status:
- 200
- type: word
2021-11-01 14:06:21 +00:00
negative: true
2021-03-22 22:22:19 +00:00
words:
2021-11-01 14:06:21 +00:00
- '<meta content="GitLab.com" property="og:description">'