17 lines
511 B
YAML
17 lines
511 B
YAML
id: gitlab-workflow
|
|
|
|
info:
|
|
name: GitLab Security Checks
|
|
author: pdteam
|
|
description: A simple workflow that runs all GitLab related nuclei templates on a given target.
|
|
tags: workflow
|
|
|
|
workflows:
|
|
|
|
- template: exposed-panels/gitlab-detect.yaml
|
|
subtemplates:
|
|
- template: misconfiguration/gitlab/
|
|
- template: vulnerabilities/gitlab/
|
|
- template: cves/2020/CVE-2020-2096.yaml
|
|
- template: cves/2021/CVE-2021-22214.yaml
|
|
- template: default-logins/gitlab/gitlab-weak-login.yaml |