Skip to content

MySQL Security Checks

ID: mysql-workflow

Severity: “

Author: pussycat0x

Tags:

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

id: mysql-workflow
info:
name: MySQL Security Checks
author: pussycat0x
description: A simple workflow that runs all MySQL related nuclei templates on a given target.
workflows:
- template: network/detection/mysql-detect.yaml
subtemplates:
- tags: mysql

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

View on Github