2020-09-01 02:25:25 +00:00
|
|
|
id: gitlab-detect
|
2020-04-07 10:08:21 +00:00
|
|
|
|
|
|
|
info:
|
2022-11-19 01:50:30 +00:00
|
|
|
name: Gitlab Login Panel - Detect
|
2020-04-07 10:08:21 +00:00
|
|
|
author: ehsahil
|
2020-08-03 21:52:00 +00:00
|
|
|
severity: info
|
2022-11-19 01:50:30 +00:00
|
|
|
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
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-03-02 07:35:29 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-03-02 07:35:29 +00:00
|
|
|
shodan-query: http.title:"GitLab"
|
2022-01-03 16:06:23 +00:00
|
|
|
tags: panel,gitlab
|
2020-04-07 10:08:21 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-04-07 10:08:21 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/users/sign_in"
|
2020-09-20 12:57:43 +00:00
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2020-09-20 12:57:43 +00:00
|
|
|
max-redirects: 2
|
2021-03-24 10:17:13 +00:00
|
|
|
matchers-condition: and
|
2020-04-07 10:08:21 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-03-24 10:17:13 +00:00
|
|
|
- 'GitLab'
|
|
|
|
- 'https://about.gitlab.com'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2022-01-03 16:06:23 +00:00
|
|
|
- 200
|