28 lines
458 B
YAML
28 lines
458 B
YAML
id: gitlab-detect
|
|
|
|
info:
|
|
name: Detect Gitlab
|
|
author: ehsahil
|
|
severity: info
|
|
metadata:
|
|
shodan-query: http.title:"GitLab"
|
|
tags: panel,gitlab
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/users/sign_in"
|
|
|
|
redirects: true
|
|
max-redirects: 2
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'GitLab'
|
|
- 'https://about.gitlab.com'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|