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

28 lines
458 B
YAML
Raw Normal View History

2020-09-01 02:25:25 +00:00
id: gitlab-detect
info:
name: Detect Gitlab
author: ehsahil
2020-08-03 21:52:00 +00:00
severity: info
2022-03-02 07:35:29 +00:00
metadata:
shodan-query: http.title:"GitLab"
2022-01-03 16:06:23 +00:00
tags: panel,gitlab
requests:
- method: GET
path:
- "{{BaseURL}}/users/sign_in"
2020-09-20 12:57:43 +00:00
redirects: true
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'
- type: status
status:
2022-01-03 16:06:23 +00:00
- 200