Skip to content

PgSQL Security Checks

ID: pgsql-workflow

Severity: “

Author: pussycat0x

Tags:

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

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

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/pqsql-wordflow.yaml"

View on Github