Skip to content

Nacos Security Checks

ID: nacos-workflow

Severity: “

Author: Co5mos

Tags:

A simple workflow that runs all Nacos related nuclei templates on a given target.

id: nacos-workflow
info:
name: Nacos Security Checks
author: Co5mos
description: |
A simple workflow that runs all Nacos related nuclei templates on a given target.
workflows:
- template: http/technologies/nacos-version.yaml
subtemplates:
- tags: nacos

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/nacos-workflow.yaml"

View on Github