diff --git a/nuclei-sap-templates/workflow-sap_cc.yaml b/nuclei-sap-templates/workflow-sap_cc.yaml index 41bd1fe..9f0ab89 100644 --- a/nuclei-sap-templates/workflow-sap_cc.yaml +++ b/nuclei-sap-templates/workflow-sap_cc.yaml @@ -4,6 +4,6 @@ info: author: randomstr1ng workflows: - - template: ./sap_cloud_connector/sap-cloud-connector-detection.yaml + - template: /tools/nuclei-sap-templates/sap_cloud_connector/sap-cloud-connector-detection.yaml subtemplates: - - template: ./sap_cloud_connector/sap-cc-default-credentials.yaml \ No newline at end of file + - template: /tools/nuclei-sap-templates/sap_cloud_connector/sap-cc-default-credentials.yaml \ No newline at end of file diff --git a/nuclei-sap-templates/workflow-saprouter.yaml b/nuclei-sap-templates/workflow-saprouter.yaml index d2bb878..e8fbc62 100644 --- a/nuclei-sap-templates/workflow-saprouter.yaml +++ b/nuclei-sap-templates/workflow-saprouter.yaml @@ -1,4 +1,4 @@ workflows: - template: saprouter/sap-router.yaml - subtemplates: - - template: saprouter/sap-router-info-leak.yaml \ No newline at end of file + subtemplates: + - template: /tools/nuclei-sap-templates/saprouter/sap-router-info-leak.yaml \ No newline at end of file