From d3f921ead195e9c8dfacf5c58440e02f04344fbb Mon Sep 17 00:00:00 2001 From: PikPikcU <60111811+pikpikcu@users.noreply.github.com> Date: Sat, 13 Mar 2021 09:24:09 +0000 Subject: [PATCH] Create thinkcmf-workflow.yaml --- workflows/thinkcmf-workflow.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 workflows/thinkcmf-workflow.yaml diff --git a/workflows/thinkcmf-workflow.yaml b/workflows/thinkcmf-workflow.yaml new file mode 100644 index 0000000000..cd19ef09a9 --- /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