38 lines
1002 B
YAML
38 lines
1002 B
YAML
id: gitlab-public-signup
|
|
|
|
info:
|
|
name: GitLab public signup
|
|
author: pdteam,axrk
|
|
severity: info
|
|
metadata:
|
|
max-request: 2
|
|
shodan-query: http.title:"GitLab"
|
|
tags: gitlab,misconfig
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/users/sign_in"
|
|
- "{{BaseURL}}/users/sign_up"
|
|
|
|
stop-at-first-match: true
|
|
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: 4b0a00483046022100c7b6ba5ffe70452a7ec5263ab9276d0684c0ff800c028be0e74c5c8000852a90022100917c7b6b75a09d28467faef842e3236446f39d0908cd4818a3986ae4dd6d393e:922c64590222798bb761d5b6d8e72950 |