Skip to content

Jenkins workflow

ID: jenkins-workflow

Severity: “

Author: philippedelteil

Tags:

Workflow that runs all Jenkins related nuclei templates

id: jenkins-workflow
info:
name: Jenkins workflow
author: philippedelteil
description: Workflow that runs all Jenkins related nuclei templates
workflows:
- template: http/technologies/jenkins-detect.yaml
subtemplates:
- tags: jenkins

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "workflows/jenkins-workflow.yaml"

View on Github