Skip to content

Mida eFramework Security Checks

ID: mida-eframework-workflow

Severity: “

Author: CasperGN

Tags:

A simple workflow that runs all Mida eFramework related nuclei templates on a given target.

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

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "workflows/mida-eframework-workflow.yaml"

View on Github