mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-01 00:03:39 +08:00
* moving http templates * updated cves.json * moved network CVEs * updated scripts * updated workflows * updated requests to http * replaced network to tcp --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
11 lines
295 B
YAML
11 lines
295 B
YAML
id: dynamicweb-workflow
|
|
|
|
info:
|
|
name: Dynamicweb Security Checks
|
|
author: pdteam
|
|
description: A simple workflow that runs all dynamicweb related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: http/exposed-panels/dynamicweb-panel.yaml
|
|
subtemplates:
|
|
- tags: dynamicweb |