38 lines
954 B
YAML
38 lines
954 B
YAML
id: gitlab-detect
|
|
|
|
info:
|
|
name: Gitlab Login Panel - Detect
|
|
author: ehsahil
|
|
severity: info
|
|
description: Gitlab login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cwe-id: CWE-200
|
|
cpe: cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
product: gitlab
|
|
shodan-query: http.title:"GitLab"
|
|
vendor: gitlab
|
|
tags: panel,gitlab
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/users/sign_in"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'GitLab'
|
|
- 'https://about.gitlab.com'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 4a0a00473045022100d56a92dde2aacda701c500b2de34069d556cd1fdc051721b14af032e284b693402207b0942e665c7d497fca1f70f6b0bf6e9c686b1e2d976816d88facae679e1f7aa:922c64590222798bb761d5b6d8e72950 |