20 lines
696 B
YAML
20 lines
696 B
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.
|
|
|
|
# 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/2019/CVE-2019-15858.yaml
|
|
- template: cves/2019/CVE-2019-6715.yaml
|
|
- template: cves/2019/CVE-2019-9978.yaml
|
|
- template: vulnerabilities/wordpress/
|