From 936f01a84db00c2375abe8c960c3b58b34a6dcd5 Mon Sep 17 00:00:00 2001 From: PD-Team <8293321+bauthard@users.noreply.github.com> Date: Tue, 19 Jan 2021 15:05:55 +0530 Subject: [PATCH] adding thinkphp workflow --- workflows/thinkphp-workflow.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 workflows/thinkphp-workflow.yaml diff --git a/workflows/thinkphp-workflow.yaml b/workflows/thinkphp-workflow.yaml new file mode 100644 index 0000000000..8282437e2a --- /dev/null +++ b/workflows/thinkphp-workflow.yaml @@ -0,0 +1,13 @@ +id: thinkphp-workflow +info: + name: ThinkPHP Security Checks + author: dr_set + description: A simple workflow that runs all ThinkPHP related nuclei templates on a given target. + +workflows: + + - template: technologies/tech-detect.yaml + matchers: + - name: thinkphp + subtemplates: + - template: vulnerabilities/thinkphp/ \ No newline at end of file