mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
17 lines
499 B
YAML
17 lines
499 B
YAML
id: springboot-workflow
|
|
|
|
info:
|
|
name: Spring Boot Security Checks
|
|
author: dwisiswant0
|
|
description: A simple workflow that runs all Spring Boot related nuclei templates on a given target.
|
|
tags: workflow
|
|
|
|
# Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0)
|
|
# Old workflows still remains valid, and will be working with all nuclei versions.
|
|
|
|
workflows:
|
|
|
|
- template: technologies/springboot-actuator.yaml
|
|
subtemplates:
|
|
- tags: springboot
|