mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 01:33:21 +08:00
* moving http templates * updated cves.json * moved network CVEs * updated scripts * updated workflows * updated requests to http * replaced network to tcp --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
14 lines
403 B
YAML
14 lines
403 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.
|
|
|
|
workflows:
|
|
- template: http/technologies/tech-detect.yaml
|
|
matchers:
|
|
- name: mida-eframework
|
|
subtemplates:
|
|
- template: http/vulnerabilities/other/mida-eframework-xss.yaml
|