mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
11 lines
273 B
YAML
11 lines
273 B
YAML
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
|