From 8a38d3130d5d6d6043209a23cb2711ed33da54ee Mon Sep 17 00:00:00 2001 From: sandeep <8293321+ehsandeep@users.noreply.github.com> Date: Fri, 12 Mar 2021 18:03:22 +0530 Subject: [PATCH] Adding new templates to workflow --- workflows/wordpress-workflow.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/workflows/wordpress-workflow.yaml b/workflows/wordpress-workflow.yaml index 9b91b0b0c8e..01d57dcd402 100644 --- a/workflows/wordpress-workflow.yaml +++ b/workflows/wordpress-workflow.yaml @@ -5,15 +5,13 @@ info: description: A simple workflow that runs all wordpress related nuclei templates on a given target. tags: workflow - # Supported on Nuclei v2.2.0 (https://github.com/projectdiscovery/nuclei/releases/tag/v2.2.0) - # Old workflows still remains valid, and will be working with all nuclei versions. - workflows: - template: technologies/tech-detect.yaml matchers: - name: wordpress subtemplates: + - template: cves/2018/CVE-2018-3810.yaml - template: cves/2019/CVE-2019-6112.yaml - template: cves/2019/CVE-2019-6715.yaml - template: cves/2019/CVE-2019-9978.yaml @@ -25,6 +23,11 @@ workflows: - template: cves/2020/CVE-2020-24312.yaml - template: cves/2020/CVE-2020-25213.yaml - template: cves/2020/CVE-2020-13700.yaml + - template: cves/2020/CVE-2020-14092.yaml + - template: cves/2020/CVE-2020-35951.yaml + - template: vulnerabilities/wordpress/wordpress-auth-bypass-wptimecapsule.yaml + - template: vulnerabilities/wordpress/wordpress-rce-simplefilelist.yaml + - template: vulnerabilities/wordpress/wordpress-total-upkeep-backup-download.yaml - template: vulnerabilities/wordpress/easy-wp-smtp-listing.yaml - template: vulnerabilities/wordpress/sassy-social-share.yaml - template: vulnerabilities/wordpress/w3c-total-cache-ssrf.yaml