Skip to content

SMTP Security Checks

ID: smtp-workflow

Severity: “

Author: pussycat0x

Tags:

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

id: smtp-workflow
info:
name: SMTP Security Checks
author: pussycat0x
description: A simple workflow that runs all smtp related nuclei templates on a given target.
workflows:
- template: network/detection/smtp-detect.yaml
subtemplates:
- tags: smtp

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/smtp-workflow.yaml"

View on Github