mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-05 10:13:23 +08:00
* Create joomla-workflow.yaml * fix: syntax update Co-authored-by: sandeep <sandeep@projectdiscovery.io>
13 lines
313 B
YAML
13 lines
313 B
YAML
id: joomla-workflow
|
|
|
|
info:
|
|
name: Joomla Security Checks
|
|
author: daffainfo
|
|
description: A simple workflow that runs all Joomla related nuclei templates on a given target.
|
|
|
|
workflows:
|
|
- template: technologies/tech-detect.yaml
|
|
matchers:
|
|
- name: joomla
|
|
subtemplates:
|
|
- tags: joomla |