Skip to content

Cacti Checks

ID: cacti-workflow

Severity: “

Author: pikpikcu

Tags:

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

id: cacti-workflow
info:
name: Cacti Checks
author: pikpikcu
description: A simple workflow that runs all Cacti related nuclei templates on a given target.
workflows:
- template: http/exposed-panels/cacti-panel.yaml
subtemplates:
- tags: cacti

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

View on Github