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

29 lines
592 B
YAML
Raw Normal View History

2021-03-22 22:22:19 +00:00
id: gitlab-public-signup
info:
name: GitLab public snippets
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>'
- 'https://about.gitlab.com'
condition: and
- type: status
status:
- 200
- type: word
words:
- '<meta content="GitLab.com" property="og:description">'
negative: true