nuclei-templates/workflows/gitlab-workflow.yaml

16 lines
544 B
YAML
Raw Normal View History

2021-04-05 18:15:14 +00:00
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