38 lines
929 B
YAML
38 lines
929 B
YAML
id: gitlab-public-signup
|
|
|
|
info:
|
|
name: GitLab public signup
|
|
author: pdteam
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"GitLab"
|
|
tags: gitlab,misconfig
|
|
|
|
http:
|
|
- 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>'
|
|
- 'data-qa-selector="new_user_register_button"'
|
|
|
|
- type: word
|
|
words:
|
|
- 'https://about.gitlab.com'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
negative: true
|
|
words:
|
|
- '<meta content="GitLab.com" property="og:description">'
|
|
|
|
# digest: 490a004630440220667c29f2e885255542669cea54c8097263de4447a9d07c4e687fb186a320592202205f03f8654125507722438d867f044e5fa4c24e414260f4f223b4a4b713f89518:922c64590222798bb761d5b6d8e72950
|