38 lines
1.6 KiB
YAML
38 lines
1.6 KiB
YAML
id: wordpress-workflow
|
|
info:
|
|
name: Wordpress Security Checks
|
|
author: kiblyn11,zomsop82
|
|
description: A simple workflow that runs all wordpress related nuclei templates on a given target.
|
|
tags: workflow
|
|
|
|
workflows:
|
|
|
|
- template: technologies/tech-detect.yaml
|
|
matchers:
|
|
- name: wordpress
|
|
subtemplates:
|
|
- template: cves/2016/CVE-2016-10033.yaml
|
|
- template: cves/2017/CVE-2017-1000170.yaml
|
|
- template: cves/2017/CVE-2017-5487.yaml
|
|
- template: cves/2018/CVE-2018-3810.yaml
|
|
- template: cves/2018/CVE-2018-7422.yaml
|
|
- template: cves/2019/CVE-2019-6112.yaml
|
|
- template: cves/2019/CVE-2019-6715.yaml
|
|
- template: cves/2019/CVE-2019-9978.yaml
|
|
- template: cves/2019/CVE-2019-14205.yaml
|
|
- template: cves/2019/CVE-2019-15858.yaml
|
|
- template: cves/2019/CVE-2019-19985.yaml
|
|
- template: cves/2019/CVE-2019-20141.yaml
|
|
- template: cves/2020/CVE-2020-11738.yaml
|
|
- template: cves/2020/CVE-2020-24186.yaml
|
|
- 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: cves/2020/CVE-2020-35489.yaml
|
|
- template: cves/2021/CVE-2021-24146.yaml
|
|
- template: cves/2021/CVE-2021-24176.yaml
|
|
- template: cves/2021/CVE-2021-24285.yaml
|
|
- template: cves/2021/CVE-2021-24316.yaml
|
|
- template: vulnerabilities/wordpress/ |