16 lines
544 B
YAML
16 lines
544 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/gitlab-public-repos.yaml
|
|
- template: misconfiguration/gitlab/gitlab-public-signup.yaml
|
|
- template: misconfiguration/gitlab/gitlab-public-snippets.yaml
|
|
- template: misconfiguration/gitlab/gitlab-user-enumeration.yaml |