diff --git a/workflows/thinkcmf-workflow.yaml b/workflows/thinkcmf-workflow.yaml new file mode 100644 index 00000000000..cd19ef09a92 --- /dev/null +++ b/workflows/thinkcmf-workflow.yaml @@ -0,0 +1,13 @@ +id: thinkcmf-workflow +info: + name: ThinkCMF Security Checks + author: pdteam + description: A simple workflow that runs all ThinkCMF related nuclei templates on a given target. + tags: workflow + +workflows: + + - template: technologies/thinkcmf-detection.yaml + subtemplates: + - template: vulnerabilities/thinkcmf/thinkcmf-lfi.yaml + - template: vulnerabilities/thinkcmf/thinkcmf-rce.yaml