nuclei-templates/http/exposed-panels/gitlab-detect.yaml

35 lines
684 B
YAML
Raw Normal View History

2020-09-01 02:25:25 +00:00
id: gitlab-detect
info:
name: Gitlab Login Panel - Detect
author: ehsahil
2020-08-03 21:52:00 +00:00
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.0
cwe-id: CWE-200
2022-03-02 07:35:29 +00:00
metadata:
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
http:
- method: GET
path:
- "{{BaseURL}}/users/sign_in"
2020-09-20 12:57:43 +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
matchers:
- type: word
words:
2021-03-24 10:17:13 +00:00
- 'GitLab'
- 'https://about.gitlab.com'
condition: and
2021-03-24 10:17:13 +00:00
- type: status
status:
2022-01-03 16:06:23 +00:00
- 200