19 lines
593 B
YAML
19 lines
593 B
YAML
id: mida-eframework-workflow
|
|
|
|
info:
|
|
name: Mida eFramework Security Checks
|
|
author: CasperGN
|
|
description: A simple workflow that runs all Mida eFramework 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: mida-eframework
|
|
subtemplates:
|
|
- template: vulnerabilities/other/mida-eframework-xss.yaml
|