From 6536f396062cbb5407f1913819c944bec7924066 Mon Sep 17 00:00:00 2001 From: sandeep Date: Tue, 4 Jan 2022 11:41:13 +0530 Subject: [PATCH] workflow fixes --- workflows/cacti-workflow.yaml | 4 ++-- workflows/cisco-asa-workflow.yaml | 2 +- workflows/default-application-workflow.yaml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/workflows/cacti-workflow.yaml b/workflows/cacti-workflow.yaml index 7810865c26..3c369ad841 100644 --- a/workflows/cacti-workflow.yaml +++ b/workflows/cacti-workflow.yaml @@ -6,6 +6,6 @@ info: description: A simple workflow that runs all Cacti related nuclei templates on a given target. workflows: - - template: technologies/cacti-detect.yaml + - template: exposed-panels/cacti-panel.yaml subtemplates: - - template: vulnerabilities/other/cacti-weathermap-file-write.yaml \ No newline at end of file + - tags: cacti \ No newline at end of file diff --git a/workflows/cisco-asa-workflow.yaml b/workflows/cisco-asa-workflow.yaml index 4c864a33d5..f551d292f9 100644 --- a/workflows/cisco-asa-workflow.yaml +++ b/workflows/cisco-asa-workflow.yaml @@ -6,7 +6,7 @@ info: description: A simple workflow that runs all Cisco related nuclei templates on a given target. workflows: - - template: exposed-panels/cisco-asa-panel.yaml + - template: exposed-panels/cisco/cisco-asa-panel.yaml subtemplates: - template: cves/2020/CVE-2020-3187.yaml - template: cves/2020/CVE-2020-3452.yaml diff --git a/workflows/default-application-workflow.yaml b/workflows/default-application-workflow.yaml index 0c9c1de16c..ceaa6d94c2 100644 --- a/workflows/default-application-workflow.yaml +++ b/workflows/default-application-workflow.yaml @@ -13,10 +13,9 @@ workflows: - template: technologies/microsoft/default-microsoft-azure-page.yaml - template: technologies/default-asp-net-page.yaml - template: technologies/nginx/default-nginx-page.yaml - - template: technologies/lighttpd-default.yaml + - template: technologies/default-lighttpd-page.yaml - template: technologies/default-django-page.yaml - template: exposures/files/drupal-install.yaml - template: technologies/oracle/default-oracle-application-page.yaml - template: technologies/ibm/ibm-http-server.yaml - - template: technologies/lighttpd-default.yaml - template: technologies/default-detect-generic.yaml \ No newline at end of file