38 lines
876 B
YAML
38 lines
876 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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.title:"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: 490a0046304402207daa24c140937d8eb6e40fa2ab3c8141c3fd4e286277e946787d3ae12e4354fd02200d8f4ef8f3ca26ea4978738f231f00f68b28c04446f316f7d20a22d7de22eb8b:922c64590222798bb761d5b6d8e72950
|