From aefa9e2fd1c493b5e2a30fe982128d0495fefe2a Mon Sep 17 00:00:00 2001 From: sandeep Date: Wed, 3 Nov 2021 23:48:57 +0530 Subject: [PATCH] added workflow --- technologies/sitecore-default-page.yaml | 3 ++- workflows/sitecore-workflow.yaml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 workflows/sitecore-workflow.yaml diff --git a/technologies/sitecore-default-page.yaml b/technologies/sitecore-default-page.yaml index 9c722a6b3d2..35fa8fb4a82 100644 --- a/technologies/sitecore-default-page.yaml +++ b/technologies/sitecore-default-page.yaml @@ -1,11 +1,12 @@ id: sitecore-default-page + info: name: Sitecore Default Page author: DhiyaneshDK severity: info metadata: shodan-query: http.title:"Welcome to Sitecore" - tags: tech + tags: tech,sitecore requests: - method: GET diff --git a/workflows/sitecore-workflow.yaml b/workflows/sitecore-workflow.yaml new file mode 100644 index 00000000000..cfeab5b32a3 --- /dev/null +++ b/workflows/sitecore-workflow.yaml @@ -0,0 +1,13 @@ +id: sitecore-workflow + +info: + name: SiteCore Security Checks + author: pdteam + description: A simple workflow that runs all SiteCore related nuclei templates on a given target. + +workflows: + - template: technologies/sitecore-default-page.yaml + - template: exposed-panels/sitecore-login.yaml + subtemplates: + - tags: vulnerabilities/sitecore-pre-auth-rce.yaml + - template: misconfiguration/sitecore-debug-page.yaml \ No newline at end of file