nuclei-templates/workflows/vbulletin-workflow.yaml

21 lines
670 B
YAML
Raw Normal View History

2020-08-10 09:28:30 +00:00
id: vbulletin-workflow
info:
2020-11-21 17:57:19 +00:00
name: vBulletin Security Checks
2020-08-10 09:28:30 +00:00
author: pdteam
2020-11-21 17:57:19 +00:00
description: A simple workflow that runs all vBulletin related nuclei templates on a given target.
2020-08-10 09:28:30 +00:00
2020-11-21 17:57:19 +00:00
# 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.
2020-08-10 09:28:30 +00:00
2020-11-21 17:57:19 +00:00
workflows:
2020-08-10 09:28:30 +00:00
2020-11-21 17:57:19 +00:00
- template: technologies/tech-detect.yaml
2020-08-10 09:28:30 +00:00
2020-11-21 17:57:19 +00:00
matchers:
- name: vbulletin
subtemplates:
- template: cves/CVE-2019-16759.yaml
- template: cves/CVE-2019-16759-1.yaml
- template: cves/CVE-2019-6340.yaml
- template: cves/CVE-2020-12720.yaml