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

31 lines
659 B
YAML
Raw Normal View History

2021-03-22 22:22:19 +00:00
id: gitlab-public-signup
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
tags: gitlab
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
words:
- '<meta content="GitLab.com" property="og:description">'
2021-03-22 22:33:38 +00:00
negative: true